TheSchwartz in Python?

Steve Holden steve at holdenweb.com
Wed Feb 6 11:49:44 EST 2008


Larry Bates wrote:
> js wrote:
>> Hi,
>>
>> I'm looking for a job queue manager in Python, like TheSchwartz.[1].
>> I found there's TheSchawrtz server, RPC server powered by Gearman,
>> to which Python/Ruby can connect [2], but setting up two languages env
>> is a little cumbersome to me.
>>
>> Is there any alternative to that in Python?
>> The requirement is
>> * Store job queue in disk, not memory
>> * Easy to set up
>> * 100% Python
>>
>> Any pointers would be appliciated.
>> Thanks.
>>
>> [1] http://search.cpan.org/~bradfitz/TheSchwartz-1.04/lib/TheSchwartz.pm
>> [2] http://brad.livejournal.com/2332359.html
> 
> Are you sure CRON won't do the job for you.  If not, then you may want to at 
> least take a look at Python's sched module (if you haven't already).
> 
I'd have though that "at" or "batch" would be more likely to be useful, 
as the OP makes no mention of regularly -scheduled tasks.

regards
  Steve
-- 
Steve Holden        +1 571 484 6266   +1 800 494 3119
Holden Web LLC              http://www.holdenweb.com/




More information about the Python-list mailing list