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-TrauringClasses | |
---|---|
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. |
Exceptions | |
---|---|
ProcessExitedAlready |
The process has already excited, and the operation requested can no longer be performed. |
Function Summary | |
---|---|
initgroups(uid,
primaryGid)
| |
Reap all registered processes. | |
registerReapProcessHandler(pid,
process)
| |
switch_uid(uid,
gid)
| |
unregisterReapProcessHandler(pid,
process)
|
Variable Summary | |
---|---|
ConnectionDone |
CONNECTION_DONE
|
ConnectionLost |
CONNECTION_LOST
|
dict |
reapProcessHandlers
|
Function Details |
---|
reapAllProcesses()Reap all registered processes. |
Variable Details |
---|
CONNECTION_DONE
|
CONNECTION_LOST
|
reapProcessHandlers
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Fri Jun 27 03:45:31 2003 | http://epydoc.sf.net |