Home | Trees | Indices | Help |
|
---|
|
A small platform independent parallel processing package.
This package provides a master-slave parallel processing model in Python. Clients can submit jobs to a Master object which is monitored by one or more Slave objects that do the real work and return the processed Jobs back to the master. Two main implementations are currently provided, one multithreaded and one distributed in one or more hosts (through Pyro).
|
|||
|
|
|||
Master A Job dispatcher object, controlling a set of slaves. |
|||
Slave Abstract Slave class. |
|||
Job Abstract base class of a callable to be called later. |
|||
UnprocessedJobError Raised when attempting to get the result of a Job that has not been processed yet. |
|
|||
|
|||
|
|
|||
log = logging.getLogger('papyros')
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Sun Jun 10 22:21:42 2007 | http://epydoc.sourceforge.net |