Trees | Indices | Help |
|
---|
|
object --+ | sock.TCPServer --+ | RemoteServer
Listens on the first available port in port..(port+seek_ports). Writes the actual port number to a text file at sockid_path, if provided. One RemoteSession per client enqueues requests for processing, but as most applications require everything to run on the same thread, you must call
>>> server.process_one()
at frequent intervals, such as on a timer. To stop the server:
>>> server.stop()
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Raises socket.error if no ports available.
|
Stops the listening thread and closes the socket.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Dec 15 19:07:38 2017 | http://epydoc.sourceforge.net |