From: "NAKAMURA, Hiroshi" Date: 2004-01-15T15:00:45+09:00 Subject: Re: DRb and Exceptions when using DRbUndumped Hi, > From: "Martin Hart" > Sent: Wednesday, January 14, 2004 3:41 AM > Ideally I'd like the exception to be transported to the client and then raised > there - i do not want the connection to be closed. Is that doable or do I > need to avoid the use of exceptions from my "exported" methods? Must be doable. Can you post the code? Running ruby with -d option might help to know what is going on. Regards, // NaHi