Hi all,
I'm using asyncore to download a large list of web pages, and I've
noticed dispatcher.conn ect blocks for some hosts. I was under the
impression that non-blocking sockets do not block on connects, in
addition to reads and writes. My connect code is essentially the same
as the asyncore example:
It seems unlikely that I am the first to encounter this problem, can
someone explain what's wrong and suggest a remedy?
Rob
I'm using asyncore to download a large list of web pages, and I've
noticed dispatcher.conn ect blocks for some hosts. I was under the
impression that non-blocking sockets do not block on connects, in
addition to reads and writes. My connect code is essentially the same
as the asyncore example:
It seems unlikely that I am the first to encounter this problem, can
someone explain what's wrong and suggest a remedy?
Rob
Comment