As a matter of interest, is there a reason the pywin32 package wasn't able to host your service for free?  It works quite well with a number of sophisticated systems (including Zope) and even is supported by py2exe (so you need not install Python itself)
 
Mark.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Taylor, Martin
Sent: Tuesday, September 27, 2005 4:52 AM
To: Paul Weimer
Cc: [EMAIL PROTECTED]; python-win32@python.org
Subject: Re: [python-win32] [Pywebsvcs-talk] Using SOAPpy Within a WindowsNT service

I have a SOAP server that I wrote in Python, using SOAPpy, and then I turned it into a Windows service using FireDaemon (http://www.firedaemon.com/).  Its not Open Source but its very cheap and works well.  My company has bought 15 licenses so far and plans to buy more as we set up more SOAP servers.
 
Martin Taylor


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Weimer
Sent: Monday, September 26, 2005 11:29 AM
To: [EMAIL PROTECTED]; python-win32@python.org
Subject: [Pywebsvcs-talk] Using SOAPpy Within a Windows NT service

I have a web service written in SOAPpy that is working fine; it is currently run from a batch file as a scheduled task on a WIndows server. My support folks would like it to be run as an NT service. I have been able to write NT service in Python before but I'm not having much luck interupting the SOAP server when it's waiting for reaquests. Any ideas?
 
Paul Weimer
_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to