From: "Florian Groß" Date: 2005-09-28T11:06:48+09:00 Subject: Re: raising exceptions across DRb and XMLRPC Joe Van Dyk wrote: > Say, an error happens on a Node. How should I transmit that error > back across DRb and XMLRPC to the GUIs? Does XMLRPC do well with > exceptions? Should I come up with my own custom error-reporting > scheme? It is no problem with DRb as it can safely transport exceptions across the network. No special casing is needed. I'm not sure about XMLRPC.