On Saturday 03 March 2007 11:08:24 Jim Fulton wrote: > > Anyway, I share this for your consideration. There are probably > better tools out there than zdaemon and supervisor2, but I'm not > aware of them. :) I'm curious what other people have found or use.
ll.daemon (http://www.livinglogic.de/Python/daemon/index.html) seems to be a straightforward and very simple library for core daemon functionality. Daemontools isn't very well respected by the SysV style initscript crowd, and vice versa. That's an external non python dependency, and not commonly available. Certainly not available on Windows. I have written my own daemon base class (Pretty restrictive license [reciprocal], but I'm sure I could get it loosened). http://hg.rpath.com/raa-1.1?f=9ac380d082f4;file=raa/service/daemon.py I'm not married to it though, so would be happy to spin it out and remove the conary requirements, or just junk it. -- Joseph Tate Software Engineer rPath Inc. http://www.rpath.com/rbuilder/ (919) 851-3984 x2106 _______________________________________________ Web-SIG mailing list Web-SIG@python.org Web SIG: http://www.python.org/sigs/web-sig Unsubscribe: http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com