[Zope] xml-rpc timeout
Andy McKay
andy@agmweb.ca
Wed, 9 Oct 2002 11:52:49 -0700
The error is that it timed out trying to do the xmlrpc call to the other
box. It's a valid error, which doesnt help you solve the problem. Looking in
the code you might find a place to increase the time out value, especially
if something that is taking a long amount of time is occuring.
--
Andy McKay
www.agmweb.ca
----- Original Message -----
From: "Mark Roach" <mrroach@okmaybe.com>
To: <zope@zope.org>
Sent: Wednesday, October 09, 2002 11:14 AM
Subject: [Zope] xml-rpc timeout
> I have a zope instance on a windows server that I am calling via xml-rpc
> from an external method on a zope server on a linux box. I am getting a
> strange error that I cannot reproduce from the interpreter:
>
> Error Type: Timeout
> Error Value: Recv timed out
>
> I didn't see any reference to a timeout in the xmlrpclib.py file, in
> fact I only found that error message as part of the WebMail product
> which I had installed for testing a while back:
>
> lib/python/Products/WebMail/timeoutsocket.py: raise
Timeout("Recv timed out")
>
> any thoughts/suggestions? could this timeoutsocket.py somehow be
> affecting the xml-rpc calls of an external method? It didn't seem likely
> to me. Is there a limit to how long an external method can take?
>
> (I guess I should mention that I am using Zope 2.5.1 on debian and
> windows NT)
>
> Thanks,
>
> Mark Roach
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )
>