On Dec 8, 8:26 am, Michael Ströder <[EMAIL PROTECTED]> 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.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to