Hi You are on the right track. I wrote the beanstalkd integration for Drupal and it is currently being used on Drupal.org
All you need to do us write a cli php application and then to have multiple workers just run the php application multiple times adding watches on the same queues and then when you grab a job from the queue beanstalkd will make sure the job will go to only 1 worker. The biggest problem is going to be your php since if to connect to a. Existing application it us not built to run forever and sooner or later you will run out of memory and have to restart. Gordon Sent from my iPhone On 18/12/2011, at 11:26 PM, Ebot Tabi <[email protected]> wrote: > Hi there > i am new to beanstalkd, looking very interesting and right tool for my > php application, will be grateful to know how to setup multiple php > worker running on daemon mode and how to manage them and their memory > usages. i am currently trying to setup with the php client class: > pheanstalk, > > > Regards > > -- > You received this message because you are subscribed to the Google Groups > "beanstalk-talk" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/beanstalk-talk?hl=en. > -- You received this message because you are subscribed to the Google Groups "beanstalk-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/beanstalk-talk?hl=en.
