Does module socketserver using epoll in python3?

Michael Torrie torriem at gmail.com
Thu Nov 28 23:03:41 EST 2019


On 11/28/19 8:46 PM, lampahome wrote:
> As title,
> 
> I want to use socketserver to replace my own server code to
> maintain ealsier.
> 
> But I don't found any info about tech. detail of socketserver, epoll is
> important.
> 
> Can anyone tell me?

The source code is here:
https://github.com/python/cpython/blob/master/Lib/socketserver.py .  You
should find all the technical details you are looking for in it.



More information about the Python-list mailing list