Hi, I am kind of lost on how to configure the backgroundrb workers to run from a remote host? Suppose I have my main rails app in 1.2.3.4, and I want my backgroundrb workers to run from a machine with ip 5.6.7.8, what do I put in my backgroundrb.yml file? How will my workers know which database server to load the models from? Thanks, Ram
When you are configuring BackgrounDRb to run from remote servers, you will also need a snapshot of your rails application on that machine as well. On Thu, 2008-04-03 at 05:38 -0400, Ram Ravichandran wrote:> Hi, > > I am kind of lost on how to configure the backgroundrb workers to run > from a remote host? > Suppose I have my main rails app in 1.2.3.4, and I want my > backgroundrb workers to run from a machine with ip 5.6.7.8, what do I > put > in my backgroundrb.yml file? How will my workers know which database > server to load the models from? > > Thanks, > > Ram > _______________________________________________ > Backgroundrb-devel mailing list > Backgroundrb-devel at rubyforge.org > http://rubyforge.org/mailman/listinfo/backgroundrb-devel
The IP in the yml file is the one with the workers. right? Thanks, Ram On Thu, Apr 3, 2008 at 6:28 AM, hemant kumar <gethemant at gmail.com> wrote:> When you are configuring BackgrounDRb to run from remote servers, you > will also need a snapshot of your rails application on that machine as > well. > > > > > > > On Thu, 2008-04-03 at 05:38 -0400, Ram Ravichandran wrote: > > Hi, > > > > I am kind of lost on how to configure the backgroundrb workers to run > > from a remote host? > > Suppose I have my main rails app in 1.2.3.4, and I want my > > backgroundrb workers to run from a machine with ip 5.6.7.8, what do I > > put > > in my backgroundrb.yml file? How will my workers know which database > > server to load the models from? > > > > Thanks, > > > > Ram > > _______________________________________________ > > Backgroundrb-devel mailing list > > Backgroundrb-devel at rubyforge.org > > http://rubyforge.org/mailman/listinfo/backgroundrb-devel > >