[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Do any one know how to make a daemon in python
- To: "Development Discussions" <developer at arabeyes dot org>
- Subject: Do any one know how to make a daemon in python
- From: "moayyad sadi" <alsadi at gmail dot com>
- Date: Sun, 23 Dec 2007 09:52:14 +0200
in C we use daemon() or fork() then setsid()
I tried the later in python but it did not work ?
what I mean, how to make a script that won't die when the caller ends
or when you close the terminal