Re: [Catalyst] Job Queue recommendation

2011-01-24 Thread Tomas Doran
On 21 Jan 2011, at 15:30, Alexander Hartmaier wrote: t0m created CatalystX::JobServer which is currently only available on This entirely requires RabbitMQ (well, any AMQP broker should be fine, but I've only tried Rabbit) to do the actual queueing. Cheers t0m

Re: [Catalyst] Job Queue recommendation

2011-01-24 Thread Alejandro Imass
On Mon, Jan 24, 2011 at 5:40 AM, Tomas Doran bobtf...@bobtfish.net wrote: On 21 Jan 2011, at 15:30, Alexander Hartmaier wrote: t0m created CatalystX::JobServer which is currently only available on This entirely requires RabbitMQ (well, any AMQP broker should be fine, but I've only tried

[Catalyst] Gearman

2011-01-24 Thread Octavian Rasnita
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

[Catalyst] progressive authentication via db LDAP

2011-01-24 Thread piccard
Hello, like in the def. guide 2 catalyst described I've tested a progressive authentication via DB and LDAP, which worked just fine :-D But now I have to use an already existing DB, which has different column-names. As long as I authenticate via a DB everything works, because I can pass the

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

Re: [Catalyst] [ANNOUNCE] Catalyst-Runtime-5.89000-TRIAL PSGI Catalyst - first development release.

2011-01-24 Thread Andrew Rodland
On Monday, January 24, 2011 05:12:58 PM Tomas Doran wrote: Hi It gives me great pleasure to announce the first development release of the next major version of Catalyst. This is a development release, and we need people to start trying to use it _NOW_, and to tell us about the issues you