[Web-SIG] Daemon server management

Blake Winton bwinton at latte.ca
Thu Jun 9 21:03:15 CEST 2005


> And I'm a complete blank slate when it comes to the Windows side.

On the Windows side, I think the relevant analog would be a service.
(Okay, on the NT side, anyways.  I'm not sure how many people would
 want to try to run a daemon on Windows 95/98... ;)

Theres a short bit on how to check for various service-related
info-bits here:
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/59872

And to create a windows service, check out the sample at:
http://cvs.sourceforge.net/viewcvs.py/pywin32/pywin32/win32/Demos/service/

Later,
Blake.



More information about the Web-SIG mailing list