Module t.i.process

Part of twisted.internet View Source

UNIX Process management.

Do NOT use this module directly - use reactor.spawnProcess() instead.

Maintainer: Itamar Shtull-Trauring
Function reapAllProcesses Reap all registered processes.
Function registerReapProcessHandler Undocumented
Function unregisterReapProcessHandler Undocumented
Function detectLinuxBrokenPipeBehavior Undocumented
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.
def reapAllProcesses(): (source)
Reap all registered processes.
def registerReapProcessHandler(pid, process): (source)
Undocumented
def unregisterReapProcessHandler(pid, process): (source)
Undocumented
def detectLinuxBrokenPipeBehavior(): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.