On Apr 27, 10:00 pm, Terry Schmitt <[email protected]> wrote: > Like Weixi Yen, my preference is the simplicity of using reverse proxy > with Nginx. I've used this in the past for Java based apps. It's fast, > easy to configure and I will probably use that as my first choice as I > venture into the Python world.
If you're looking for performance, I believe using a wsgi gateway will outperform proxypass -> paster. While paster is great for development, at least in simple benchmarking I was never able to get it to go reliably beyond a few hundred concurrent connections. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. 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.
