From: Roger Pack Date: 2010-04-16T05:23:03+09:00 Subject: Re: DRb: execute method but dont wait for it to finish Christopher Dancy wrote: > Basically I want to execute a method on a drb service but not wait for > it to return .... The DRb service is undumped ... basically just telling > it to do something. Is there any easy way to do this? Run it in a sub thread you don't join on? -rp -- Posted via http://www.ruby-forum.com/.