> I may have found an issue for my problem : I've made the service RpcSs
> (Remote Procedure Call SubSystem)
> dependent from my own service. Thus, RpcSs will only start when my own
> service has started.
> It seems to work. A drawback is that 

Another drawback is that if your service fails for any reason, a fairly
important part of Windows will also fail to work.  The RPCSS service isn't
*really* dependent on your service; abusing service dependencies for this
reason is (IMO) courting much bigger problems.

Cheers,

Mark

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to