From: Joel VanderWerf Date: 2010-11-03T03:15:02+09:00 Subject: Re: Local server-client communication On 11/02/2010 09:59 AM, Roger Pack wrote: >> Unix sockets are fine for this purpose. You can write your own protocol on >> top of them, or use druby (assuming the client is in ruby too). > > Drb might work for you, as well. Just so the OP knows, drb and druby are the same thing. (I'm sure you know, Roger!)