Displaying 1 result from an estimated 1 matches for "waithint".
Did you mean:
wait_hint
2005 Nov 22
1
Win32 Service Timeout command
...hint", but
> I don''t know how to apply it to your package.
>
> Thanks for any help you can give!
>
> Jamey Cribbs
Hi Jamey,
I''ve cc''d the win32utils-devel mailing list for some additional
feedback.
Heesob, is this because of the default 2 second WaitHint value that
StartService() uses?
If so, I think the solution is to allow a "timeout=" option in the
Service.create_service method, and wrap the StartService() function in a
"while dwCurrentState == SERVICE_START_PENDING; sleep(x)" type of loop.
I''m basing my opinion on...