[Zope] script execution timeout?

seb sebbacon@email.com
Tue, 03 Oct 2000 13:44:13 +0100


> Is there a place to define a script execution timeout?

not in the urllib module.  

Try setting an alarm using the signal module, wrapping the GET request
in a try clause, and then setting the alarm to 0 in the finally clause.

seb