[Zope] Client.py and timeouts
Hannes
grundhan@cs.tu-berlin.de
Thu, 05 Oct 2000 21:21:39 +0100
I recently used Client.py to get data from the web into the zope
machinery,
the setup was exactly as proposed in the ZClient How-To.
Maybe I missed something, but the Client module seems to support
the setting of an timeout, but I was unable to finger out the right
syntax
I thought of:
web_client(url='http://someserver.com', timeout=60)
or some variants of it.
(or it doesnt work at all for some other reasons.)
Any help would be appreciated..
Hannes