On Thu, Jun 19, 2008 at 6:54 PM, Jeff Jolma <[EMAIL PROTECTED]> wrote:
> Hi all.
>
> How do I run multiple instances of the same worker in one BackgrounDRB
> instance.  My worker sits in a loop polling a job queue and hitting a web
> service.  Since this is so network bound, I'd like to run multiple instances
> of the worker.
>

MiddleMan.new_worker(:worker => <worker_name>,:job_key => "og boy")
_______________________________________________
Backgroundrb-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/backgroundrb-devel

Reply via email to