Open GoogleCodeExporter opened 8 years ago
please take a look if you have a moment
Original comment by kroko...@gmail.com
on 8 Mar 2007 at 5:06
wanna try? ;)
Original comment by kroko...@gmail.com
on 9 Mar 2007 at 7:52
This is becomes kind of critical. I see lot errors in log related to S3 upload.
Original comment by kroko...@gmail.com
on 9 Mar 2007 at 5:50
Also we need upload timeout. So in general we need config option for network
operations timeouts.
Original comment by kroko...@gmail.com
on 9 Mar 2007 at 9:46
For upload timeout here is a hint:
http://code.google.com/p/boto/issues/detail?id=24&can=2&q=
Original comment by kroko...@gmail.com
on 9 Mar 2007 at 10:02
so far I found only one way to set a timeout for urllib2.
socket.setdefaulttimeout(1)
The problem is that this timeout is global and will apply to all socket
operations
Original comment by alex.s...@gmail.com
on 14 Mar 2007 at 9:34
here is very recent discussion (with Guido van Rossum as one of participants)
about
urllib2 timeout
http://www.gossamer-threads.com/lists/python/dev/551282
Original comment by alex.s...@gmail.com
on 15 Mar 2007 at 12:11
Original issue reported on code.google.com by
kroko...@gmail.com
on 6 Mar 2007 at 6:34