Epoll

From wikinotes
Revision as of 13:36, 18 December 2022 by Will (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

epoll is a linux kernel event queues.

Tutorials

kernel queues essential guide https://habr.com/en/post/600123/#linux-and-epoll
python epoll http://scotdoyle.com/python-epoll-howto.html