Can urllib be used with nonblocking sockets?
Arne Schwabe
arne at rfc2549.org
Wed Apr 30 08:07:03 EDT 2003
Hi,
I have written a little python program that uses non-blocking sockets
with select and I now want to urrlib in my program and I cannot find a
method in urllib that would allow me to tell urllib that it should use
non blocking sockets.
Is there a easy solution to this? One solution would to do implement
something like a non blocking urllib but I don't want to do that.
Arne
More information about the Python-list
mailing list