Re: [PHP] Re: php batch/queue framwork

2012-06-30 Thread Robert Williams
Zend Server includes a job queue. It supports queuing up jobs directly in the UI or via a PHP API, and it includes a variety of scheduling and load management options. -- Bob Williams Notice: This communication, including attachmen

Re: [PHP] Re: php batch/queue framwork

2012-06-30 Thread Larry Garfield
On 06/29/2012 05:18 AM, Tom Sparks wrote: Forwarded Message: php-general_318334.ezm Re: php batch/queue framwork Friday, 29 June, 2012 6:30 AM From: "Shailesh N. Humbad" To: php-general@lists.php.net On 6/28/2012 11:58 AM, Tom Sparks wrote: I am looking for a batch/queue framework that is databa

[PHP] Re: php batch/queue framwork

2012-06-29 Thread Tom Sparks
>Forwarded Message: php-general_318334.ezm >Re: php batch/queue framwork >Friday, 29 June, 2012 6:30 AM >From: >"Shailesh N. Humbad" >To: >php-general@lists.php.net >On 6/28/2012 11:58 AM, Tom Sparks wrote: > I am looking for a batch/queue framework that is database-centric? > I could write my own

[PHP] Re: php batch/queue framwork

2012-06-28 Thread Shailesh N. Humbad
On 6/28/2012 11:58 AM, Tom Sparks wrote: I am looking for a batch/queue framework that is database-centric? I could write my own, but I want one that is mature tom_a_sparks "It's a nerdy thing I like to do" You could try Amazon Simple Queue Service: http://aws.amazon.com/sqs/ Use the PHP SDK