Writing a simple linux daemon type thing...

Michael Gilfix mgilfix at eecs.tufts.edu
Fri Jun 14 10:05:47 EDT 2002


  Wouldn't it be nice if some daemonizing code and basic log support
was built into SocketServer? SocketServer aims at simplifying
the infrastructure for people who don't need a full-blown server
app. Might also be a nice addition for smaller projects who don't want
to deal with this sort of thing... Might make an interesting patch
IMHO.

                   -- Mike

On Fri, Jun 14 @ 15:35, Johannes Stiehler wrote:
> I suppose you would have to redirect all output to stdout and log directly
> to a specified log file. That's usually in the code for all daemonizing
> processes.
> The point is to completely unconnect the process from the console where it
> was started.

-- 
Michael Gilfix
mgilfix at eecs.tufts.edu

For my gpg public key:
http://www.eecs.tufts.edu/~mgilfix/contact.html





More information about the Python-list mailing list