I'm using BackgrounDRb and according to the API I should be able to use
methods such as delete_worker() and send_request(). However when I try
to invoke these methods on my workers I get undefined method errors:
NoMethodError: undefined method `ask_work' for
#<BackgrounDRb::ClusterConnection:0xb7460304>
I'm simply using the basic backgroundrb.yml for my configuration
and RDoc manual thats linked there, as I mentioned in my previous
mail. Blog posts(including mine) and screencasts sometimes go out of
date with programming libraries.
In word, ask_work is no longer exposed to rails and if you want to
invoke a method, you will have to use: