Running unmodified CGI scripts persistently under mod_wsgi.

Istvan Albert istvan.albert at gmail.com
Sat Dec 8 11:34:20 EST 2007


On Dec 8, 8:26 am, Michael Ströder <mich... at stroeder.com> wrote:

>  But conventional CGI scripts are implemented with the assumption of being
> stateless.

while it might be that some CGI scripts must be executed in a new
python process on each request, common sense and good programming
practices would steer most people away from that sort of approach.

after all such CGI scripts would not execute properly under mod_python
either

i.




More information about the Python-list mailing list