I have a long list of URLs that I need to open for my service. Whenever I try to open the whole list, I get a lot of errors, such as when the program starts: [Errno 24] Too many open files. I am using urllib2 and gevent.
Does anyone have any solutions?
Thank.
source
share