Le die Thu, 24 Nov 2005 07:09:26 -0800, Fuzzyman ha scribite:
> I don't know the answer, but I like the problem. :-)
>
> What happens with the standard CGIHttpServer ?
The standard CGIHttpServer uses fork() on Unix and popen() on Windows;
since both these functions run the module in a separate p
I don't know the answer, but I like the problem. :-)
What happens with the standard CGIHttpServer ?
Fuzzyman
http://www.voidspace.org.uk/python/index.shtml
--
http://mail.python.org/mailman/listinfo/python-list
Hi all,
I have written a slightly modified version of the CGIHTTPServer; the
difference with the module included in the standard python distrubution is
that, since I know that the CGI to be executed is a python script, I
always execute it via the execfile() function, instead of opening a
separate