search for: thoughtl

Displaying 3 results from an estimated 3 matches for "thoughtl".

Did you mean: thought
2007 Jun 05
0
typo in the README?
...leMan section seems to indicate this. If so, how can I go about changing it? download the trunk and submit a patch? I wouldn''t mind helping out with documentation, especially parts I found confusing when I first started using backgroundrb. Thanks. Wil -- http://www.3cglabs.com http://thoughtl.us -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20070605/e0cc93b0/attachment.html
2007 May 26
0
New worker not being created
...y) > worker.other_method > worker.delete > end > > When I point the browser to test_backgroundrb, I get: > > NoMethodError (undefined method `object'' for nil:NilClass): > (drbunix:///tmp/backgroundrbunix_localhost_2000) > /home/wil/proj/3cgworkspace/thoughtless/vendor/plugins/backgroundrb/server/lib/backgroundrb/middleman.rb:396:in > `worker'' > etc. etc. etc. > > When I try to use the version from the trunk, it looks like worker returns > nil if it doesn''t find anything, as discussed per April 2007''s post. >...
2007 Jun 11
4
smtp timeout failures
Hi. I''m using backgroundrb to, in part, wrap smtp transactions made through actionmailer. The problem is that when smtp fails with a timeout error, the worker simply stops at that point. No exception is returned. I''ve tried wrapping this call in a begin...rescue block but no exception seems to be making it back to the worker (other methods are correctly passing exceptions to