t.i.i.I.listenUNIX(address, factory, backlog=50, mode=438, wantPID=0) : method documentation

Part of twisted.internet.interfaces.IReactorUNIX View Source

Listen on a UNIX socket.
Parametersaddressa path to a unix socket on the filesystem.
factorya twisted.internet.protocol.Factory instance.
backlognumber of connections to allow in backlog.
modemode to set on the unix socket. This parameter is deprecated. Permissions should be set on the directory which contains the UNIX socket.
wantPIDif True, create a pidfile for the socket.
ReturnsAn object which provides IListeningPort.
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:02:37.