you can certainly do do this my setting up config/backgroundrb.yml
with different ports for the two instances. You can also swtich to use
domain sockets, which use the :host and :port values to construct a
unique file name:
/srv/rails_apps/production/conf/backgroundrb.yml:
:host: localhost
:port: 2001
:protocol: drbunix
/srv/rails_apps/development/conf/backgroundrb.yml:
:host: localhost
:port: 2002
:protocol: drbunix
you then need to start the two backgroundrb servers independently:
cd /srv/rails_apps/production && ./script/backgroundrb start
cd /srv/rails_apps/development && ./script/backgroundrb start
/skaar
* Chris H (chris at etechdata.com.au) [061030 23:22]:> Is it possible to have 2 seperate instances of backgroundrb running on
> the same machine?
>
> I''m having to develop on the same box as production and I can only
get
> backgroundrb to work
> for one or the other.
>
> Thanks in advance,
> Chris.
> _______________________________________________
> Backgroundrb-devel mailing list
> Backgroundrb-devel at rubyforge.org
> http://rubyforge.org/mailman/listinfo/backgroundrb-devel
--
----------------------------------------------------------------------
|\|\ where in the | s_u_b_s_t_r_u_c_t_i_o_n
| | >=========== W.A.S.T.E. | genarratologies
|/|/ (_) is the wisdom | skaar at waste.org
----------------------------------------------------------------------