[Backgroundrb-devel] Load balancing
Erik Morton
eimorton at gmail.com
Thu Jan 11 17:20:36 EST 2007
We chose to bypass MiddleMan and place our requests for workers into
a queue. This way we can create an arbitrary number of workers that
loop and ask the queue for work. The Mongrels have no need to know
the location or number of workers. You will of course need another
strategy to get progress/results from the workers.
On Jan 11, 2007, at 4:41 PM, Robert Bjarnason wrote:
> Hi,
>
> Can somebody point me in the right direction about what approach would
> be best to load-balance between two or more physical servers running
> backgroundrb while using BackgrounDRb::Worker::RailsBase with
> mongrel?
>
> Thanks,
> Robert Bjarnason
>
> _______________________________________________
> Backgroundrb-devel mailing list
> Backgroundrb-devel at rubyforge.org
> http://rubyforge.org/mailman/listinfo/backgroundrb-devel
More information about the Backgroundrb-devel
mailing list