Please, update your packet gem to (0.1.8) and issue should go away. Thanks.
On Thu, Jul 17, 2008 at 11:04 PM, hemant <[EMAIL PROTECTED]> wrote: > On Thu, Jul 17, 2008 at 9:52 PM, Csongor Gyuricza <[EMAIL PROTECTED]> wrote: >> Hemant, >> >> As mentioned in my first email, this happens even when your worker has no >> code (or only a logger.info line) and no arguments passed. Nothing shows up >> in the log, it just hangs. >> >> Please refer to my first email and let me know if you have any additional >> questions. >> >> Thank you for helping us with this issue. >> > > Today I wrote this worker: > > class HelloWorker < BackgrounDRb::MetaWorker > set_worker_name :hello_worker > def create(args = nil) > # some crap > end > > def make_request > logger.info "hello world" > end > end > > > > And invoked task on the worker from console as you said: >>> MiddleMan.worker(:hello_worker).make_request > => "dummy_result" > > And I got a response immediately. So this obviously a Mac only issue, > now trouble is, I don't have Mac OSX for testing, so if anyone can > give me ssh connection for a while, I will be thankful. > -- Let them talk of their oriental summer climes of everlasting conservatories; give me the privilege of making my own summer with my own coals. http://gnufied.org _______________________________________________ Backgroundrb-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/backgroundrb-devel
