NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Nope (Score:2)
TheSchwartz isn't dead, it's just so stable. We use heavily on our production sites such as typepad.com every day. We own the maintenance bit on that module so we can ship if there are critical bugs etc. which we haven't heard any yet.
Gearman could be made reliable if you use Brian's C Gearman server, while you can still use the Gearman perl binding http://gearman.org/ [gearman.org]
Re:Nope (Score:1)
C Gearman server does not retry jobs if a worker returns failure.
But it looks like we can trick it to retry by dropping connection from worker.
Reply to This
Parent
Re: (Score:2)
> C Gearman server does not retry jobs if a worker returns failure.
Because returning a failure is not an error :)