search for: otherworker

Displaying 1 result from an estimated 1 matches for "otherworker".

2007 Apr 09
1
Drb Connection error on multiple dispatch.fcgi ''s
...catch_exceptions'' /usr/lib/ruby/gems/1.8/gems/daemons-1.0.5/lib/daemons.rb:181:in `run_proc'' /home/pascal/projects/work/sitenoodler/vendor/plugins/backgroundrb/server/lib/backgroundrb_server.rb:301:in `run'' ./script/backgroundrb:29 In lib/workers/other_worker.rb: class OtherWorker < BackgrounDRb::Rails def do_work(args) logger.warn("In Do Work:") @processed = true end def finished? @processed == true end end OtherWorker.register