Home | Trees | Indices | Help |
|
---|
|
object --+ | _PIDManager
A manager for the PID of the server.
There's a single instance of this below.
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
writes the current process' PID to the PID file. Any existing content will be clobbered; thus, you could have races here (and since both daemons would bind to the same socket, only one would survive, possibly the wrong one). Let's just stipulate people won't start two competing daemons. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 2 18:04:55 2010 | http://epydoc.sourceforge.net |