The Metaserver.
Collects all the known FoamServers. Then waits for the servers to
register themselves. Checks at regular intervalls whether the processes
are still alive
Method Summary |
|
__init__ (self,
port)
|
|
collect (self)
Starts a thread that collects the data of the servers from the net |
|
deregisterServer (self,
ip,
pid,
port)
Deregisters a server |
|
forwardCommand (self,
ip,
port,
cmd)
Forwards a RPC to another machine |
|
kill (self)
Exits the server |
|
list (self)
Returns a list of the found Foam-Runs |
|
registerServer (self,
ip,
pid,
port,
external)
Registers a new server via XMLRPC |
|
scan (self,
additional)
Starts a thread that collects the data of the servers from the net |