How to write a non blocking SimpleHTTPRequestHandler ?

Chris Angelico rosuav at gmail.com
Tue Feb 3 06:07:50 EST 2015


On Tue, Feb 3, 2015 at 10:04 PM, Yassine Chaouche
<yacinechaouche at yahoo.com.dmarc.invalid> wrote:
>> > Thanks Marko. It's a lost cause then.
>>
>> You trimmed out the part where he mentioned asyncio. :)
>>
>> ChrisA
>
> IIRC asyncio is python 3 only and I'm not ready yet to make the leap.

Then you're stuck with whatever you have, because the Py2 standard
library isn't being expanded any. Why not make the leap? Py3 has a lot
of advantages over Py2.

ChrisA



More information about the Python-list mailing list