3 Oct
2000
3 Oct
'00
12:49 p.m.
Hi all, Is there a place to define a script execution timeout? 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? Best Regards, Júlio Dinis Silva _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com.
3 Oct
3 Oct
12:44 p.m.
New subject: [Zope] script execution timeout?
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
9315
Age (days ago)
9315
Last active (days ago)
1 comments
2 participants
participants (2)
-
J�lio Dinis Silva -
seb