Running unmodified CGI scripts persistently under mod_wsgi.
Graham Dumpleton
Graham.Dumpleton at gmail.com
Wed Nov 28 17:58:35 EST 2007
On Nov 29, 2:36 am, Thomas Guettler <h... at tbz-pariv.de> wrote:
> Istvan Albert schrieb:
>
> > It will be awesome ifmod_wsgican 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.
That isn't the same as what is being talked about here with unmodified
CGI scripts running under mod_wsgi. That program you are talking about
is more in line with what Ian was talking about, but would still
require the CGI script to be converted to work with SCGI directly or
WSGI and then use a SCGI/WSGI adapter.
Graham
More information about the Python-list
mailing list