Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #82695
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!bcyclone02.am1.xlned.com!bcyclone02.am1.xlned.com!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <cfkaran2@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.062 |
| X-Spam-Evidence | '*H*': 0.88; '*S*': 0.00; 'cc:addr:python-list': 0.11; 'suggest': 0.14; 'jobs.': 0.16; 'ramachandran': 0.16; 'subject:based': 0.16; 'thanks,': 0.17; 'wrote:': 0.18; 'subject:job': 0.19; 'cc:addr:python.org': 0.22; 'manager.': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:In-Reply- To:1': 0.27; 'am,': 0.29; 'url:code': 0.29; 'dec': 0.30; 'code': 0.31; 'too.': 0.31; 'run': 0.32; 'running': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'charset:us-ascii': 0.36; 'should': 0.36; 'message-id:@gmail.com': 0.38; 'resource': 0.38; 'header:Message-Id:1': 0.63; 'url:p': 0.64; 'different': 0.65; 'to:addr:gmail.com': 0.65; 'jobs': 0.68; '2014,': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=oPDjkIBr7KF1AUMsJpF9SEgpfenuHSEkP5fWzfkQPbM=; b=JxYUZVEJ/kUkcLwQAbvDhjE9ZX8cukjv5byTaQmDBdjdu9LxbxZszbNJP1p4cF38eJ wEsS6hUP58iNZMVfIZiMtbjY8pHUG4TPzG0NBnbi8r42F7+tCawLotbdnpA+Xh3xtouq +hmqgW/klpbepC83CAZp7dVPNS72TUEo3d4QqEW9ohLrxKySVA0tS7KHJkEiMdzlVebm 1VGcwG/M7e0DNbiK2iHXeChCSIaJXmjaTq9r953ZZHD91LyAQZizgSFo6sy1WpfwO9x9 J582tHZEdxwWQyXRmVq60uGZOZcvI8DE5EDkvspbvzSWv0MzJ3V02385FWJ/DZ+4dZkr Frrw== |
| X-Received | by 10.236.18.131 with SMTP id l3mr10176564yhl.167.1419081489565; Sat, 20 Dec 2014 05:18:09 -0800 (PST) |
| Content-Type | text/plain; charset=us-ascii |
| Mime-Version | 1.0 (Mac OS X Mail 6.6 \(1510\)) |
| Subject | Re: resource based job queue manager |
| From | Cem Karan <cfkaran2@gmail.com> |
| In-Reply-To | <4b74c170-f165-4d87-b3b5-dc79ac73c505@googlegroups.com> |
| Date | Sat, 20 Dec 2014 08:18:16 -0500 |
| Content-Transfer-Encoding | quoted-printable |
| References | <4b74c170-f165-4d87-b3b5-dc79ac73c505@googlegroups.com> |
| To | Parthiban Ramachandran <rparthibaan@gmail.com> |
| X-Mailer | Apple Mail (2.1510) |
| Cc | python-list@python.org |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.17069.1419081980.18130.python-list@python.org> (permalink) |
| Lines | 14 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1419081980 news.xs4all.nl 2868 [2001:888:2000:d::a6]:48309 |
| X-Complaints-To | abuse@xs4all.nl |
| X-Received-Bytes | 3589 |
| X-Received-Body-CRC | 3000655482 |
| Xref | csiph.com comp.lang.python:82695 |
Show key headers only | View raw
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
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
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
csiph-web