Tagged Questions
1
vote
2answers
75 views
How do I get the urlopen command in Python to give up and move on?
I'm working on a script in Python 2.7 that downloads web pages. Most of the time, everything proceeds as planned. Given that this script has thousands of web pages to download, there will inevitably ...
2
votes
1answer
284 views
urlopen call with timeout not terminating after timeout
In Python 2.4.4, I'm using urllib2.urlopen() to request a resource. Before making the request, I'm setting a timeout with:
socket.setdefaulttimeout(10)
(This version of Python is too old to have a ...
2
votes
1answer
869 views
Mercurial and nginx. Error 10054
When I push files to the server, then after 60 seconds i get "urlopen error [Errno 10054]". I think it's because i push large files.
I use nginx web-server with fast-cgi process. What nginx parametr ...