From: Carlos Date: 2007-03-27T21:05:15+09:00 Subject: Re: drb recycled object problem Raj Sahae wrote: [...] > ara.t.howard@noaa.gov wrote: >> you have a handle on an object which has been garbage collected on the >> server. >> if you're going to be serving objects you need to be sure a reference >> to them >> is maintained on the server. >> >> -a > Ahh, that's what recycled object means then. So how do I prevent the > object from being recycled until the server program is exited. Also, > why is the server recycling an object that is still in use? Doesn't this message in the thread you mentioned help you? http://blade.nagaokaut.ac.jp/cgi-bin/vframe.rb/ruby/ruby-talk/13293?13221-13721 Good luck. --