[Zope] script execution timeout?

Dieter Maurer dieter@handshake.de
Tue, 3 Oct 2000 23:00:08 +0200 (CEST)


=?ISO-8859-1?Q?J=FAlio?= Dinis Silva writes:
 > Is there a place to define a script execution timeout?
I do not think so.
 > I've been using urllib and there is no way to kill a urllib.open
 > if its taking too long. Does zope has that implemented?
There is a patch to Python's "httplib" providing
a socket timeout option.
Unfortunately, not all OS support the necessary socket system
call, e.g. my Linux 2.0.36 does not.
Maybe, your OS does.



Dieter