I'm playing with rinda, tuplespaces, etc. When I want to close a 
tuplespace, what's the proper procedure. Since the script does a thread 
join at the end, I thought that would imply that there is a graceful way to 
exit. I've been doing a ^C without any problem, but if there is a better 
way, I'd like to know it. (Same thing for a tuple server).

    DRb.start_service('druby://:7640', TupleSpace.new)
    puts DRb.uri
    DRb.thread.join

Also, I'm getting some inconsistent behavior if I use an actual IP address 
to start the service. I.e. 'druby://012.345.678.901:7640. Anybody else use 
this with IPs?

Thanks! -RPM
-- 
Ross Mohn
rpmohn / panix.com