I have a couple of questions regarding Python NT services.

I don't seem to get Win2000 to restart my services when they exit because of
an uncaught exception. You can set up a service under NT and 2000 to restart
if it exits with an error code. This doesn't happen when I for instance call
sys.exit(-1). Is there a way to make a service exit with an error so that
Win 2000 will restart it again?

How can one expose a COM object from an NT service so that one can make an
application that displays a GUI for the service and connects to the service
via COM?

_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython

Reply via email to