Running unmodified CGI scripts persistently under mod_wsgi.

Thomas Guettler hv at tbz-pariv.de
Wed Nov 28 10:36:58 EST 2007


Istvan Albert schrieb:
> It will be awesome if mod_wsgi can run CGI without invoking python on
> each access.

For SCGI there is something like this: cgi2scgi: it is small executable written in C,
which connects to a running SCGI server.

Executing this small binary on every request is no big overhead.

Nevertheless I never used it.



More information about the Python-list mailing list