Re: how to make a python windows service know it's own identity

2007-02-01 Thread Larry Bates
Chris Curvey wrote: > On Feb 1, 2:10 pm, Larry Bates <[EMAIL PROTECTED]> wrote: >> Chris Curvey wrote: >>> Hi all, >>> I have used the win32com libraries to set up a service called >>> MyService under Windows. So far, so good. Now I need to run multiple >>> copies of the service on the same machi

Re: how to make a python windows service know it's own identity

2007-02-01 Thread Chris Mellon
On 1 Feb 2007 11:24:13 -0800, Chris Curvey <[EMAIL PROTECTED]> wrote: > On Feb 1, 2:10 pm, Larry Bates <[EMAIL PROTECTED]> wrote: > > Chris Curvey wrote: > > > Hi all, > > > > > I have used the win32com libraries to set up a service called > > > MyService under Windows. So far, so good. Now I nee

Re: how to make a python windows service know it's own identity

2007-02-01 Thread Chris Curvey
On Feb 1, 2:10 pm, Larry Bates <[EMAIL PROTECTED]> wrote: > Chris Curvey wrote: > > Hi all, > > > I have used the win32com libraries to set up a service called > > MyService under Windows. So far, so good. Now I need to run multiple > > copies of the service on the same machine. I also have that

Re: how to make a python windows service know it's own identity

2007-02-01 Thread Larry Bates
Chris Curvey wrote: > Hi all, > > I have used the win32com libraries to set up a service called > MyService under Windows. So far, so good. Now I need to run multiple > copies of the service on the same machine. I also have that working. > For monitoring and logging, I'd like each instance of t

how to make a python windows service know it's own identity

2007-01-31 Thread Chris Curvey
Hi all, I have used the win32com libraries to set up a service called MyService under Windows. So far, so good. Now I need to run multiple copies of the service on the same machine. I also have that working. For monitoring and logging, I'd like each instance of the service to know it's own iden