On 4/28/06, Guido van Rossum <[EMAIL PROTECTED]> wrote:
> Support for Windows services is part of win32all, not core Python.
Sorry, I don't think I made my request clear. I'm looking for WSGI
server implementations, and in particular ones which can be made to
work as Windows services. The service
FYI, Paul, I think Guido mistook your message as being in the "adding
wsgiref to the stdlib" thread. :)
As for your question, I think there's an IIS WSGI implementation. It's
also possible that Twisted or Zope have WSGI servers suitable for use as a
Windows service.
At 02:00 PM 4/28/2006 -
Support for Windows services is part of win32all, not core Python.
--Guido
On 4/28/06, Paul Moore <[EMAIL PROTECTED]> wrote:
> I'm starting to play with WSGI, and I'd really like to find a
> reasonable WSGI server implementation which will run as a Windows
> service. I had a go with the CherryPy
I'm starting to play with WSGI, and I'd really like to find a
reasonable WSGI server implementation which will run as a Windows
service. I had a go with the CherryPy (2.2.1) WSGI server, and it
didn't seem to play nicely with the standard run-cherrypy-as-a-service
code I've used before. I may have