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: 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 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 On Dec 19, 2014, at 11:53 AM, Parthiban Ramachandran = 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=