On Fri, 2007-04-27 at 16:33 -0700, Shannon -jj Behrens wrote: > I find using Paster and proxying through Apache is simply less > frustrating than using mod_python. Furthermore, you can completely > leave Apache out of the mix during development which means no setup to > worry about.
One more: in production environments, it's remarkably easy to setup load balancing between multiple paster servers using a proxy (I recommend Nginx for this task, but there are lots of other options) and you'll get *a lot* better utilization out of a server. I've never run more than four instances of a particular Pylons application, but on my particular hardware, my requests/sec (as measured by apache bench) increased close to linearly with each additional backend. In short, proxying is easier, more flexible and more scalable than mod_python. Regards, Cliff --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
