Re: [Zope] urllib2 timeout problem inside Zope thread

2008-07-26 Thread Dieter Maurer
Thierry Florac wrote at 2008-7-24 10:04 +0200: > ... >I'm currently using urllib2 to get an external URL from an internal >"cron like" Zope thread. > ... >So my question : as I'd really prefer to keep this method call inside an >internal Zope thread, how can I prevent this timeout ? "urllib2" is q

[Zope] urllib2 timeout problem inside Zope thread

2008-07-24 Thread Thierry Florac
Hi, I'm currently using urllib2 to get an external URL from an internal "cron like" Zope thread. The loaded page has to manage administrative tasks before I can start other tasks into Zope internal database ; it returns partial chunks of data, but globally takes more than 20 minutes to run. Pr