Package VisionEgg :: Module PyroHelpers :: Class PyroServer
[frames] | no frames]

Class PyroServer

source code

Set up a Pyro server for your PyroControllers and PyroGoClass.

This class is analagous to VisionEgg.TCPController.TCPServer.



Instance Methods
 
__init__(self) source code
 
get_hostname_and_port(self) source code
 
connect(self, object, name)
Serve an object under a name
source code
 
disconnect(self, object) source code
 
create_listener_controller(self) source code
 
handleRequests(self, timeout=0)
Only use this if you don't use the PyroListenerController.
source code
Method Details

handleRequests(self, timeout=0)

source code 
Only use this if you don't use the PyroListenerController.

A timeout of 0 specifies return immediately.