Web Development

Charles Medcoff cmedcoff at my-deja.com
Mon Sep 25 09:19:25 EDT 2000


> Why do you say this won't work on Windows NT?
>
> It shouldn't be difficult to subclass CGIHTTPServer to run Python
scripts
> when requests for them are received.  I seem to remember running it
on both
> W98 and NT platforms without undue trouble, so surely the only
problem is
> ensuring your Python scripts actually get run in a Python environment.

According to the Python documentation, CGIHTTPServer uses os.fork() and
os.exec() which are available only on Unix.  I confess that I haven't
actually tried it yet. I guess I should.  Is the documentation
incorrect?


Sent via Deja.com http://www.deja.com/
Before you buy.



More information about the Python-list mailing list