does python have a generic object pool like commons-pool in Java
alex23
wuwei23 at gmail.com
Thu Jul 16 00:30:40 EDT 2009
On Jul 16, 2:03 pm, John Nagle <na... at animats.com> wrote:
> "fcgi" is an option for this sort of thing. With "mod_fcgi" installed
> in Apache, and "fcgi.py" used to manage the Python side of the problem, you
> can have semi-persistent programs started up and shut down for you on the
> server side.
Hey John,
The environments in which I've been asked to develop webs apps using
Python have all utilised mod_wsgi. Do you have any experience with
mod_wsgi vs mod_fcgi, and if so, can you comment on any relevant
performance / capability / ease-of-use differences?
Cheers,
alex23
More information about the Python-list
mailing list