Re: [Catalyst] Gearman

2011-01-24 Thread Bill Moseley
Octavian, There's a Gearman Google Group that might be more helpful for you. 2011/1/24 Octavian Rasnita orasn...@gmail.com Hi, I have installed Gearman::Server and ran gearmand under Linux and tried to use the worker and the client from Windows, but I saw that Gearman is not very

Re: [Catalyst] Gearman

2011-01-24 Thread Devin Austin
On Mon, Jan 24, 2011 at 9:33 AM, Bill Moseley mose...@hank.org wrote: Octavian, There's a Gearman Google Group that might be more helpful for you. 2011/1/24 Octavian Rasnita orasn...@gmail.com Hi, I have installed Gearman::Server and ran gearmand under Linux and tried to use the worker

Re: [Catalyst] Gearman

2011-01-24 Thread Octavian Rasnita
Hi Devin, From: Devin Austin devin.aus...@gmail.com You might also want to create a job tracker that uses a database of some sort to mark jobs done when they complete, and just selects jobs that are incomplete and runs them. That way, if a job doesn't complete, the tracker picks it up and