Re: [Zope] ZDaemon for wsgi server

2005-12-25 Thread Chris Withers

David Pratt wrote:
Hi I am looking at light wsgi servers to serve an app but want it to be 
started from command line and have the thread spun off so it stays 
running (instead of tying up a terminal until a interrupt is given).


What's wrong with Zope 2 or 3?

light is relative, I find Zope 2 light to work with 'cos so much is 
already there out of the box...


cheers,

Chris

--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] ZDaemon for wsgi server

2005-12-20 Thread David Pratt
Hi I am looking at light wsgi servers to serve an app but want it to be 
started from command line and have the thread spun off so it stays 
running (instead of tying up a terminal until a interrupt is given).


I was thinking that perhaps ZDaemon could do this since perhaps I could 
also get logging as as well and I would not have to potentially write 
the threading code. If this is reasonable, can someone give me a basic 
outline for doing this. I am interested in running the wsgiserver 
locally. Many thanks. Regards,


David
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )