Package PyFoam :: Package Infrastructure :: Module FoamMetaServer
[hide private]
[frames] | no frames]

Module FoamMetaServer

source code

A XMLRPC-Server that knows all PyFoam-Runs in its subnet

Classes [hide private]
  FoamMetaServer
The Metaserver.
  ServerInfo
Contains the information about a server
  MetaChecker
Checks regularily whether the registered Servers are still alive
  MetaCollector
Scans the net in a separate thread
Variables [hide private]
  DO_WEBSYNC = config().getboolean('Metaserver', 'doWebsync')
  WEBSERVER_RPCURL = "http://%(host)s/metaserver/xmlrpc/" % {"ho...
  WEBSYNC_INTERVAL = config().getfloat('Metaserver', 'websyncInt...
Variables Details [hide private]

WEBSERVER_RPCURL

Value:
"http://%(host)s/metaserver/xmlrpc/" % {"host": config().get('Metaserv\
er', 'webhost')}

WEBSYNC_INTERVAL

Value:
config().getfloat('Metaserver', 'websyncInterval')