From: John Stoffel Date: 2009-02-16T09:24:05+09:00 Subject: Re: DRb::DRbBadScheme when using drbunix sockets, why? Joel VanderWerf wrote: > John Stoffel wrote: >> drbunix:///tmp/stoffj-test_17986 > Probably not helpful, but I thought it was more normal to represent that > file uri as: > > drbunix:/tmp/stoffj-test_17986 Hmmm, decent idea, but when I use this same URI in simpler, non-recursive code, it works just fine. I'll give it a whirl though and let people know. I was wondering if maybe I need to do some being rescue end blocks when I open DRb sockets to catch system errors such as filled /tmp, etc? Oh well... I'm getting back a consistent answer now, just lots of other warnings and possible errors from DRb and the Slaves. Cheers, John -- Posted via http://www.ruby-forum.com/.