pythonservice on NT

Gordon McMillan gmcm at hypernet.com
Thu Jun 29 12:44:19 EDT 2000


Dale Burnett wrote:

>Do all services run under one pythonservice process?  

No.

>If not then is
>there a way to change the name pythonservice in NT TaskManager to
>something more descriptive?


class MailFetchService(win32serviceutil.ServiceFramework):
    _svc_name_ = "MailFetchService"
    _svc_display_name_ = "Fetch SMTP mail on regular schedule"

- Gordon



More information about the Python-list mailing list