Seti-like program

Irmen de Jong irmen.NOSPAM at xs4all.nl
Wed Jun 1 13:53:49 EDT 2005


Magnus Lycka wrote:

> Both CORBA implementations and simpler things like PYRO could help, but
> these systems are more aimed at enabling communication between programs
> running in a distributed fashion, and I don't think they target tasks
> such as job queues, starting and stopping jobs, or load balancing etc.

Indeed, not directly. But it would be possible to create such a thing.

And the latest Pyro (3.5 beta, at the moment) contains an interesting
example that automatically partitions a computation task, distributes
the parts among available 'processor' objects, and aggregates the
result. I have supplied a sorting task and a md5 'cracking' task.
It is perhaps not really what was asked, but I think it is at least
a bit relevant to this topic.

--Irmen



More information about the Python-list mailing list