From: Joe Van Dyk Date: 2005-04-23T06:32:41+09:00 Subject: DRb Question I have an object that's available via DRb. The class makes available several strings and arrays for client viewing. I can access methods on the server that return strings fine. However, I'm having difficulties accessing Array objects that are returned by the server. The client code doesn't know anything about the main server object, btw. Any ideas? Thanks, Joe