Web Development

Steve Holden sholden at holdenweb.com
Mon Sep 25 16:13:48 EDT 2000


Charles Medcoff wrote:
> 
> > 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.

Sounds like I'm mistaken :-(  Looks like code would be needed to detect
the environment and use spawn() in Windows.  Sorry.

regards
 Steve
-- 
Helping people meet their information needs with training and technology.
703 967 0887      sholden at bellatlantic.net      http://www.holdenweb.com/





More information about the Python-list mailing list