Oct 11, 2008
Generic-user-small Hemant Kumar 4 posts

Topic: Advanced Rails Recipes / Recipe 43 - register_status issues

Hey Andrew,

API has changed slightly. for registering status its now:

cache[“some_key”] = value

and for asking it back from controller:

MiddleMan.worker(:foo_worker).ask_result(“some_key”)

This API change too place, around 1.0.4 release. You can read details here:

http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/913db7da586c09cf?pli=1

 
Oct 8, 2008
Generic-user-small Hemant Kumar 4 posts

Topic: Advanced Rails Recipes / BackgrounDRb

Try manually checking code from:

http://svn.devjavu.com/backgroundrb/trunk/

(note the last ”/”, looks like some problem with devjavu).

 
Mar 2, 2008
Generic-user-small Hemant Kumar 4 posts

Topic: Advanced Rails Recipes / Starling

Actually if I am not wrong. One can use Starling for putting messages in the Queue and having BackgrounDRb workers taking out messages from the queue and running them.

 
Dec 17, 2007
Generic-user-small Hemant Kumar 4 posts

Topic: Advanced Rails Recipes / Suggestions for Recipes

If Mike agrees, I can write a recipe on BackgrounDRb. Its rather correct time to have this up, since BackgrounDRb 1.0 release will be out there in a day or two.

4 posts