search for: slave_obj

Displaying 2 results from an estimated 2 matches for "slave_obj".

Did you mean: saved_obj
2007 Mar 05
4
nil object / slave server problem
...You have a nil object when you didn''t expect it! The error occurred while evaluating nil.wait - (NoMethodError) /<mypath>/vendor/plugins/backgroundrb/server/lib/backgroundrb/middleman.rb:218:in `new_worker'' Looking through middleman.rb, I found that this is triggered by the slave_obj being nil, and see that there''s a preceding exception, which I found in backgroundrb_server.log: 20070305-16:45:13 (2929) Loading Worker Class File: /<mypath>/lib/workers/background_message_sender_worker.rb 20070305-16:45:38 (2929) failed to find slave socket - (RuntimeError) 200703...
2007 Apr 27
0
Backgroundrb running under cygwin - having issue with Railsbase workers
...a problem with fork, namely: Resource temporarily unavailable - fork(2) - (Errno::EAGAIN). My debug log statements within Middleman show that backgroundrb_results and backgroundrb_logger get loaded fine, but any rails worker dies in the new_worker method of middleman, when attempting to create the slave_obj. Any ideas? I''ve done a significant amount of poking around the cygwin lists but haven''t found anything of import to relate. I''d love to hear from any of you guys running this under cygwin to see if perhaps I''ve just done something wrong or need my expectations a...