From: Christopher Dancy Date: 2010-04-16T22:34:12+09:00 Subject: Re: DRb: execute method but dont wait for it to finish > > Run it in a sub thread you don't join on? > -rp That's actually what I'm doing now and then killing off the thread after a few seconds so as not to waste the precious resources of my 1 single ruby process. I was hoping there was a more elegant solution or maybe just a "right" way to do it. -- Posted via http://www.ruby-forum.com/.