Home | Trees | Index | Help |
---|
Package twisted :: Package internet :: Module process |
|
UNIX Process management.
Do NOT use this module directly - use reactor.spawnProcess() instead.
Maintainer: Itamar Shtull-Trauring<mailto:twisted@itamarst.org>Classes | |
---|---|
Process |
An operating-system Process. |
ProcessError |
ProcessError |
ProcessWriter |
(Internal) Helper class to write to Process's stdin. |
PTYProcess |
An operating-system Process that uses PTY support. |
Function Summary | |
---|---|
initgroups(*args)
| |
Reap all registered processes. | |
registerReapProccessHandler(pid,
process)
| |
unregisterReapProccessHandler(pid,
process)
|
Variable Summary | |
---|---|
ConnectionDone |
CONNECTION_DONE
|
ConnectionLost |
CONNECTION_LOST
|
dictionary |
reapProcessHandlers
|
Function Details |
---|
reapAllProcesses(signum, frame)Reap all registered processes. This gets called on SIGCHILD. |
Variable Details |
---|
CONNECTION_DONE
|
CONNECTION_LOST
|
reapProcessHandlers
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Sat Feb 15 21:19:05 2003 | http://epydoc.sf.net |