Part of twisted.internet View Source
Do NOT use this module directly - use reactor.spawnProcess() instead.
Maintainer: Itamar Shtull-Trauring
| Function | reapAllProcesses | Reap all registered processes. | 
| Function | registerReapProcessHandler | Register a process handler for the given pid, in case reapAllProcesses | 
  
| Function | unregisterReapProcessHandler | Unregister a process handler previously registered with | 
| Function | detectLinuxBrokenPipeBehavior | On some Linux version, write-only pipe are detected as readable. This | 
| Class | ProcessWriter | (Internal) Helper class to write into a Process's input pipe. | 
| Class | ProcessReader | ProcessReader | 
| Class | Process | An operating-system Process. | 
| Class | PTYProcess | An operating-system Process that uses PTY support. | 
| Class | _BaseProcess | Base class for Process and PTYProcess. | 
reapAllProcesses
is called.| Parameters | pid | the pid of the process. | 
| process | a process handler. | 
registerReapProcessHandler.See ProcessWriter.doRead
for a more detailed explanation.