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 | |
---|---|
dict |
reapProcessHandlers = {}
|
Function Details |
---|
reapAllProcesses()Reap all registered processes. |
Variable Details |
---|
reapProcessHandlers
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Tue Dec 9 17:48:20 2003 | http://epydoc.sf.net |