Re: [Catalyst] Job Queue recommendation

2011-01-24 Thread Alejandro Imass
On Mon, Jan 24, 2011 at 5:40 AM, Tomas Doran 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 Rabbit) to do the

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-22 Thread Bill Moseley
On Fri, Jan 21, 2011 at 11:41 PM, Cosimo Streppone wrote: > There seems to be two common approaches. One is to just start up a bunch of >> worker processes independently (managed like any other daemon) killing and >> starting more as needed. >> > > For some time I used this approach, with a "fake"

Re: [Catalyst] Job Queue recommendation

2011-01-21 Thread Cosimo Streppone
In data 22 gennaio 2011 alle ore 07:13:49, Bill Moseley ha scritto: On Fri, Jan 21, 2011 at 7:30 AM, Alexander Hartmaier < alexander.hartma...@t-systems.at> wrote: t0m created CatalystX::JobServer which is currently only available on github: https://github.com/bobtfish/CatalystX-JobServer

Re: [Catalyst] Job Queue recommendation

2011-01-21 Thread Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯
http://kr.github.com/beanstalkd/ signature.asc Description: This is a digitally signed message part. ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.co

Re: [Catalyst] Job Queue recommendation

2011-01-21 Thread Bill Moseley
On Fri, Jan 21, 2011 at 7:30 AM, Alexander Hartmaier < alexander.hartma...@t-systems.at> wrote: > t0m created CatalystX::JobServer which is currently only available on > github: > https://github.com/bobtfish/CatalystX-JobServer So, venturing a bit off topic, anyone have suggestions on managing

Re: [Catalyst] Job Queue recommendation

2011-01-21 Thread Alexander Hartmaier
t0m created CatalystX::JobServer which is currently only available on github: https://github.com/bobtfish/CatalystX-JobServer -- Best regards, Alex On Fri, 2011-01-21 at 15:49 +0100, Bill Moseley wrote: > > > 2011/1/21 Octavian Rasnita > Hello, > > Can you recommend a job queue

Re: [Catalyst] Job Queue recommendation

2011-01-21 Thread Bill Moseley
2011/1/21 Octavian Rasnita > Hello, > > Can you recommend a job queue system that works under Windows (and which > works with Oracle if it needs a database)? > Have you looked at AMQP implementations? RabbitMQ seems to have a Windows download. But normally you would run the queue on its on ma

Re: [Catalyst] Job Queue recommendation

2011-01-21 Thread Jon Schutz
On 01/21/2011 07:35 PM, Octavian Rasnita wrote: > Hello, > > Can you recommend a job queue system that works under Windows (and > which works with Oracle if it needs a database)? > > TheSchwartz can't be installed, TheSchwartz::Moosified doesn't work > with Oracle and Gearman::Server can't be

[Catalyst] Job Queue recommendation

2011-01-21 Thread Octavian Rasnita
Hello, Can you recommend a job queue system that works under Windows (and which works with Oracle if it needs a database)? TheSchwartz can't be installed, TheSchwartz::Moosified doesn't work with Oracle and Gearman::Server can't be installed under Windows because of Danga::Socket. Thanks. --O