Home | Trees | Index | Help |
|
---|
Package twisted :: Package runner :: Module inetd |
|
Twisted inetd.
Stability: semi-stable
Maintainer: Andrew Bennetts
Future Plans: Bugfixes. Specifically for UDP and Sun-RPC, which don't work correctly yet.Classes | |
---|---|
InetdFactory |
|
InetdProtocol |
Forks a child process on connectionMade, passing the socket as fd 0. |
Function Summary | |
---|---|
Run exe as a child process, passing fdesc as fd 0. |
Variable Summary | |
---|---|
dict |
internalProtocols = {'discard': <class twisted.protocols...
|
dict |
protocolDict = {'udp': 17, 'tcp': 6}
|
Function Details |
---|
forkPassingFD(exe, args, env, user, group, fdesc, childStderr=None)Run exe as a child process, passing fdesc as fd 0. This will also make sure that fdesc is removed from the parent's reactor. If you have no stderr (e.g. you are running daemonised), pass a log file or some other valid file descriptor to childStderr, for errors to go to. |
Variable Details |
---|
protocolDict
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Wed Feb 25 07:37:48 2004 | http://epydoc.sf.net |