
2 Feb
2011
2 Feb
'11
10 p.m.
On Wed, Feb 2, 2011 at 3:01 PM, Felipe Almeida Lessa
On Wed, Feb 2, 2011 at 6:30 PM, Antoine Latter
wrote: Or you could remove the socket from the map while it's in use.
And what about connection limits? We shouldn't create a thousand connections to the same host =).
Not a bad idea, but that may be creeping outside the scope of the bug as reported. If you're writing a web-scraper/spider, it is true you might need some sort of higher-level manager to handle concurrent access. I'm not sure what that would look like, though
-- Felipe.