Could you recommend job schedulling solution?

bruce bedouglas at earthlink.net
Wed Feb 11 12:26:50 EST 2009


hi...

not sure exactly what you're looking for, but "condor" has a robust job
scheduling architecture for dealing with grid/distributed setups over
multiple systems..

give us more information, and there might be other suggestions!


-----Original Message-----
From: python-list-bounces+bedouglas=earthlink.net at python.org
[mailto:python-list-bounces+bedouglas=earthlink.net at python.org]On Behalf
Of redbaron
Sent: Wednesday, February 11, 2009 9:01 AM
To: python-list at python.org
Subject: Could you recommend job schedulling solution?


I've sinlge 8-way node dedicated for executing long running tasks. To
be able to execute multiple tasks on this node it shoud  spawn each
task in another process. At the same time it should accept network
connection with new tasks without blocking of client and put it on job
queue.

What is "task" ? Executing just ordinary python function will be
enough. If solution contain some client library which allow easy task
submit it will be great.
--
http://mail.python.org/mailman/listinfo/python-list




More information about the Python-list mailing list