Deamon for Linux, in Python

Steve Holden sholden at holdenweb.com
Wed Feb 26 11:29:23 EST 2003


"Benne" <benne at kampsax.dtu.dk> wrote ...
> Is it possible to bould an system-service / deamon in python?
> And how?
>

When it comes back up, see

    http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/52216

and until then take a look at

    http://mail.python.org/pipermail/tutor/2001-March/004158.html

and the following messages in the thread. Otherwise, do what I did and enter

    python daemon

as a Google search :-)

regards
--
Steve Holden                                  http://www.holdenweb.com/
Python Web Programming                 http://pydish.holdenweb.com/pwp/
Register for PyCon now!            http://www.python.org/pycon/reg.html








More information about the Python-list mailing list