Hello all. I'm about to dive into a pretty big Pyramid project. Before I start, I'm trying to figure out how I'll be running it in production on a VPS or dedicate server. Should I stick with the Apache that comes preinstalled on the server and use mod_wsgi, or leave behind Apache entirely and use Gunicorn? Or something else? Here are some details on my project:
There will be the website frontend. It'll be pretty basic and won't see much traffic. Then there will be the main application, which will see heavy traffic. Each client will have a unique subdomain to access the main app, the main app using the URL to determine the client. There may be a few complimentary applications, such as an employee backend and such, all of which will only see light traffic. I'll have 4 or so IPs, so it's definitely an option to run each application on its own WSGI server. I have root access, so anything goes ;) Thanks, Theron -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To view this discussion on the web visit https://groups.google.com/d/msg/pylons-discuss/-/-fILuO-rCPwJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
