CGIHTTPServer
Adrian Eyre
a.eyre at optichrome.com
Mon Oct 18 09:02:26 EDT 1999
>> I would appreciate a comment at the top of that program that says that
>> it doesn't run on Windows. Perhaps it could even test for os.fork at the
>> beginning and crash if it isn't installed.
> Good idea. I added a platform-dependence comment to the top of the
> documentation in CVS, but that's not released yet. I'll make
> adjustments in the source file as well.
I thought the reason that Python had several subdirectories in the Lib
directory was to separate platform-dependent code from generic code.
If this CGIHTTPServer.py relies on a [mis]feature of Unix, should it
not be moved out of the Lib directory, and into a subdirectory
(plat-posix perhaps)?
Better still, is it possible to implement os.fork() under Win32?
--------------------------------------------
Adrian Eyre <mailto:a.eyre at optichrome.com>
Optichrome Computer Solutions Ltd
Maybury Road, Woking, Surrey, GU21 5HX, UK
Tel: +44 1483 740 233 Fax: +44 1483 760 644
http://www.optichrome.com
--------------------------------------------
More information about the Python-list
mailing list