Async/Concurrent HTTP Requests

Paul Rubin no.email at nospam.invalid
Thu Feb 12 13:57:18 EST 2015


Marko Rauhamaa <marko at pacujo.net> writes:
> I have successfully done event-driven I/O using select.epoll() and
> socket.socket().

Sure, but then you end up writing a lot of low-level machinery that
packages like twisted take care of for you.



More information about the Python-list mailing list