Displaying 1 result from an estimated 1 matches for "workbench_control".
2006 Dec 07
2
backgrounDRb problems with results and MiddleMan
...response" actually worked..). When I
try to re-substantiate the worker using MiddleMan.worker(worker_key) I get
an error reporting that worker is not a method of MiddleMan.
NoMethodError (undefined method `worker'' for
#<BackgrounDRb::MiddleMan:0x146377c>):
/app/controllers/workbench_controller.rb:31:in `get_rid_of_workers''
All the rdoc documentation I''ve read for BackgroundDRb say that this is the
way to control the response and load a worker.
What am I doing wrong? Has anyone else had issues like this? I can get the
thread to start if I take out all of my referen...