=?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
_______________________________________________
Zope maillist - [EMAIL PROTECTED]
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 )