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.


On Jan 12, 10:05 am, mk <[email protected]> wrote:
> Lawrence Oluyede wrote:
> > Paste and CP3 are not meant to be used in the deployment phase. I
> > really don't care about who's fast during development mode (either
> > Paste or CP3 or something else), I do care that mod_wsgi in Apache or
> > nginx or lighttpd are solid.
>
> Would you recommend using ngxinx + mod_wsgi (as described in following
> link) as production configuration?
>
> http://wiki.codemongers.com/NginxNgxWSGIModule
>
> Regards,
> mk
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to