Displaying 1 result from an estimated 1 matches for "schedulegeneratorworker".
Did you mean:
schedule_generator_worker
2006 Dec 07
2
backgrounDRb problems with results and MiddleMan
...ng
any kind of response out of worker threads.
If try using the response function/hash in my Worker the worker will not
execute reporting that response is an unknown variable or function. (My
worker descends from BackgrounDRb::Rails )
undefined local variable or method `results'' for
#<ScheduleGeneratorWorker:0x1461f94> - (NameError)
./script/backgroundrb/../../config/../lib/workers/schedule_generator_worker.rb:9:in
`do_work''
This makes it hard to decide when to delete the workers, if I can''t get any
status out of them.
My second issue is that I''m trying to create an afte...