distributed queue?

A.T.Hofkamp hat at se-126.se.wtb.tue.nl
Mon Mar 12 05:41:58 EDT 2007


On 2007-03-10, Paul Rubin <http> wrote:
> Does anyone have an implementation of a distributed queue?  I.e. I
> have a long running computation f(x) and I'd like to be able to
> evaluate it (for different values of x) on a bunch of different

batchlib and the underlying exec_proxy are designed to handle exactly this type
of problem.
Both of them are in PyPI (and available at my site http://se.wtb.tue.nl/~hat).

Alnert



More information about the Python-list mailing list