Hi,
What kind of beanstalk client library do you use or have you written your own? Is it in PHP space or a C extension? Hehe I guess I will wait for your next post
Is there any way to run more the 1 worker (bash script) at a time?
Multiple workers running is not a problem – Beanstalkd will keep the jobs separate even if multiple ones are reserved.
You can run more than one worker at a time, by either putting them into the background with nohup, or running them in the foreground in ‘screen’. I’ve yet to find a good way to to autostart/run one or more workers though.