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. -- https://mail.python.org/mailman/listinfo/python-list