On May 27, 2006, at 6:22 PM, Joel VanderWerf wrote:

> Logan Capaldo wrote:
> ...
>> Dammit! I was about to write this library!
>>
>> (Mine was going to look a little different:
>>   require 'task'
>>
>>
>>   x = "Hello"
>>   Task.new(x) { |o| puts o.upcase } # sets up Drb to have a  
>> connection
>>                                     # to x, forks, connects to x  
>> via drb
>> and
>>                                     # and yields the DrbObject to  
>> the block
>
> What about
>
> http://raa.ruby-lang.org/project/detach
>
> (I've never used it and the last update is >2 yrs ago, though.)
>
> -- 
>       vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407
>

Well I see I'm redundant ;)