Hi, How do I define the timeout for a XML-RPC call to a Zope method? If I use the XML-RPC library to call a Zope method that never returns, or takes a *very* long time to return, it seems that the calling side will wait forever for that function to return. Is this correct? If so, how I set a timeout so that the call raises an exception instead of hanging? Thanks in advance, Nuno