Displaying 2 results from an estimated 2 matches for "backgroundrb_cod".
Did you mean:
backgroundrb_code
2006 Dec 06
0
Testing your workers
...ms/activesupport-1.3.1/lib/active_support/dependencies.rb:147:in
`require''
from test/unit/market_summary_worker_test.rb:2
----------------
So, I added couple of more files to the require and:
-------------------
require File.dirname(__FILE__) + ''/../test_helper''
BACKGROUNDRB_CODE = File.dirname(__FILE__) +
''/../../vendor/plugins/backgroundrb''
$LOAD_PATH << File.join(BACKGROUNDRB_CODE + ''/lib'')
$LOAD_PATH << File.join(BACKGROUNDRB_CODE + ''/server/lib'')
$LOAD_PATH << File.join(BACKGROUNDRB_CODE + '&...
2007 Feb 16
1
Starting / stopping background rb when apache starts/stops
Hello -
I would like to figure out a way to have backgroundrb start/stop with the
same UID that dispatch.fcgi uses, at the same point in time that apache is
started/stopped. I see a technique that seems plausable in this archive
message:
http://rubyforge.org/pipermail/backgroundrb-devel/2007-February/000723.html
which addresses the starting aspect, in a lazy fashion. That seems fine,