How to write a non blocking SimpleHTTPRequestHandler ?

Marko Rauhamaa marko at pacujo.net
Tue Feb 3 04:27:01 EST 2015


Yassine Chaouche <yacinechaouche at yahoo.com>:

> I was hoping to use something very simple and already provided by the
> standard library.

The standard library and nonblocking can't be used in the same sentence.

That is, unless and until you go asyncio.


Marko



More information about the Python-list mailing list