소켓프로그래밍#11 : select보다 맛있는 epoll
select보다 좋은 Epoll에 대해서 araboza
https://velog.io/@dltmdrl1244/소켓프로그래밍11-select보다-맛있는-epoll
select — I/O 완료 대기
This module provides access to the select() and poll() functions available in most operating systems, devpoll() available on Solaris and derivatives, epoll() available on Linux 2.5+ and kqueue() av...
https://docs.python.org/ko/3/library/select.html


Seonglae Cho