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....@python.org
[mailto:python-list-bounces+bedouglas=earthlink....@python.org]on Behalf
Of redbaron
Sent: Wednesday, February 11, 2009 9:01 AM
To: python-list@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

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to