Running unmodified CGI scripts persistently under mod_wsgi.
Istvan Albert
istvan.albert at gmail.com
Sat Dec 8 11:34:20 EST 2007
More information about the Python-list mailing list
Sat Dec 8 11:34:20 EST 2007
- Previous message (by thread): Running unmodified CGI scripts persistently under mod_wsgi.
- Next message (by thread): Running unmodified CGI scripts persistently under mod_wsgi.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): Running unmodified CGI scripts persistently under mod_wsgi.
- Next message (by thread): Running unmodified CGI scripts persistently under mod_wsgi.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list