I am running webpy with nginx via fastcgi.  There is a problem that
is, if I have 2 web.py apps I need to run 2 fcgi processes.  But with
PHP, I only need to run one single fcgi process.  Does webpy support
serving multiple applications with one fcgi process?

Secondly, with php-fcgi, I can use spawn-fcgi to spawn multiple php-
fcgi processes to cope with high simultaneous access rates.  Can I do
this with web,py (ie. if I pass -C 5 to spawn-fcgi to launch 5
identical web.py application, can they seamlessly serve a single
application -- e.g. share session information across all fcgi
processes?

Thanks!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to