I am looking to implement the threading solution suggested here: What is the fastest way to send 100,000 HTTP requests in Python?
我的问题是,如果在进行URL调用后我的“做某事”将在列表中附加一个新行(使用data.append) - 这会导致任何问题吗?
另外,我也将是Python 2并使用urllib2 - 如果是urllib2而不是httplib,推荐的解决方案是否会改变?