On Mon, Jan 12, 2009 at 10:22 PM, Tycon <[email protected]> wrote: > > No, mod_wsgi is a hack. Embedded mode is bad, no serious website is > running app server embedded in web server. Daemon mode is even more > stupid, an unstable (and non scalable) way of using web server to > manage the app server, and invent a new communication protocol between > them, when standard ones that support distributed architecture already > exist.
Tycon, are you talking about nginx's mod_wsgi or apache's mod_wsgi. That's two completely different projects IMHO. As for mod_wsgi on Apache I doubt that it is not scalable. At least it should be as much scalable as Apache. And it is not hack it is WSGI implementation for Apache. Graham could answer better here. BTW, I recommend using Apache with mod_wsgi. I'm running 6 pylons applications under Apache with mod_wsgi + MySql and I fit into 256 Mb of RAM and it runs really fast. From other side I don't have high loads and don't expect that soon. -- Dalius http://blog.sandbox.lt --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
