Package papyros :: Module distributed
[hide private]
[frames] | no frames]

Module distributed

source code

A multiprocess implementation of the papyros master-slave API.

Both the master and the slaves run as separate processes on one or more machines. This module is also executable, spawning the master or slave processes. Run as:
   python -m papyros.distributed --help
to see the list of available options.


Requires: Pyro.

Classes [hide private]
  DistributedMaster
  DistributedSlave
Variables [hide private]
  DEFAULT_GROUP = ':Papyros'
  log = logging.getLogger('papyros')