[python-win32] Re: NT service update

Roger Upole rwupole at msn.com
Sat Feb 18 17:07:06 CET 2006


If the bulk of your service's functionality is kept in
separate modules, you might be able to set it up so
that you can send a signal to the service to reload them.

   hth
        Roger
 
le dahut wrote:
> Hi,
> 
> I'm trying to update a self-build installed NT service on win XP. What 
> is the best way to do that. Do I have to stop the service, replace and 
> restart it or is there a better method ?
> 
> Thanks.
> 
>


More information about the Python-win32 mailing list