Re: Creating a daemon process in Python
- From: garrickp@xxxxxxxxx
- Date: 21 Feb 2007 15:01:07 -0800
On Feb 21, 3:34 pm, Benjamin Niemann <p...@xxxxxxxxxx> wrote:
That's not a daemon process (which are used to execute 'background services'
in UNIX environments).
I had not tested this by running the script directly, and in writing a
response, I found out that the entire interpreter closed when the main
thread exited (killing the daemonic thread in the process). This is
different behavior from running the script interactively, and thus my
confusion.
Thanks! ~Garrick
.
- References:
- Creating a daemon process in Python
- From: Sakagami Hiroki
- Re: Creating a daemon process in Python
- From: Eirikur Hallgrimsson
- Re: Creating a daemon process in Python
- From: garrickp
- Re: Creating a daemon process in Python
- From: Benjamin Niemann
- Creating a daemon process in Python
- Prev by Date: Re: CherryPy/Turbogears on server not controlled by me
- Next by Date: ANN: IbPy 0.7.0-9.00 - Interactive Brokers Python API
- Previous by thread: Re: Creating a daemon process in Python
- Next by thread: Re: Creating a daemon process in Python
- Index(es):
Relevant Pages
|