search for: passed_netflix_rss_cod

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

2008 May 20
1
Couple questions on BDRb and concurrent processing
...===== Can someone explain this code please? And where does this code go? In my Rails method that''s actually kicking off the b/g process? Right now my method looks likke this ====== .... worker = MiddleMan.worker(:netflix_worker) result = worker.parse_netflix_feeds(passed_netflix_rss_code) .... ====== where parse_netflix_feeds is the method in my /lib/workers/netflix_worker.rb 2. My background process is initiated in two ways - one via a live user on the web and another as a batch process on a scheduled basis. How do I separate the two so that they don''t wait for each oth...