On Mon, Jan 24, 2011 at 9:33 AM, Bill Moseley <[email protected]> wrote:

> Octavian,
>
> There's a Gearman Google Group that might be more helpful for you.
>
> 2011/1/24 Octavian Rasnita <[email protected]>
>
>>  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 reliable.
>>
>> I have created a worker that sends email but for beeing sure that it is
>> not a problem of the mail server I have put it to write a line in the log
>> each time it was appealed.
>>
>> From 10 similar requests, the worker is called only 7 or 8 times.
>>
>> I have ran gearmand with no options.
>>
>> Do you have any idea if this is normal to happen or I am missing some
>> important parameters?
>>
>> Thanks.
>>
>> --Octavian
>>
>> _______________________________________________
>> List: [email protected]
>> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
>> Searchable archive:
>> http://www.mail-archive.com/[email protected]/
>> Dev site: http://dev.catalyst.perl.org/
>>
>>
>
>
> --
> Bill Moseley
> [email protected]
>
> _______________________________________________
> List: [email protected]
> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> Searchable archive:
> http://www.mail-archive.com/[email protected]/
> Dev site: http://dev.catalyst.perl.org/
>
>
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 sends it to the worker again.

I wrote an Advent article on this:
http://www.catalystframework.org/calendar/2010/7

-- 
Devin Austin
http://www.codedright.net
9702906669 - Cell
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to