| 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. | |
main(options)
| |
| Variable Summary | |
|---|---|
dict |
internalProtocols
|
FakeModule |
portmap
|
dict |
protocolDict
|
SelectReactor |
reactor
|
int |
rpcOk
|
| Function Details |
|---|
forkPassingFD(exe, args, env, user, group, fdesc)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. |
| Variable Details |
|---|
portmap
|
protocolDict
|
reactor
|
rpcOk
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.1 on Fri Jun 27 03:45:59 2003 | http://epydoc.sf.net |