Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #82672 > unrolled thread
| Started by | Parthiban Ramachandran <rparthibaan@gmail.com> |
|---|---|
| First post | 2014-12-19 08:53 -0800 |
| Last post | 2014-12-20 08:18 -0500 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
resource based job queue manager Parthiban Ramachandran <rparthibaan@gmail.com> - 2014-12-19 08:53 -0800
Re: resource based job queue manager Cem Karan <cfkaran2@gmail.com> - 2014-12-20 08:18 -0500
| From | Parthiban Ramachandran <rparthibaan@gmail.com> |
|---|---|
| Date | 2014-12-19 08:53 -0800 |
| Subject | resource based job queue manager |
| Message-ID | <4b74c170-f165-4d87-b3b5-dc79ac73c505@googlegroups.com> |
can someone suggest a resource based job queue manager. for eg i have 3 resources and 10 jobs based on the resource busy/free we should start running the jobs. I can write the code but want to know if there is any established scheduler which can run the jobs from different servers too.
[toc] | [next] | [standalone]
| From | Cem Karan <cfkaran2@gmail.com> |
|---|---|
| Date | 2014-12-20 08:18 -0500 |
| Message-ID | <mailman.17069.1419081980.18130.python-list@python.org> |
| In reply to | #82672 |
On Dec 19, 2014, at 11:53 AM, Parthiban Ramachandran <rparthibaan@gmail.com> wrote: > can someone suggest a resource based job queue manager. for eg i have 3 resources and 10 jobs based on the resource busy/free we should start running the jobs. I can write the code but want to know if there is any established scheduler which can run the jobs from different servers too. Try SCOOP: https://code.google.com/p/scoop/ Thanks, Cem Karan
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web