Linux kernel event queue

From wikinotes
Revision as of 13:35, 18 December 2022 by Will (talk | contribs) (→‎Tutorials)

Linux kernel events are currently queued with the epoll system.

Tutorials

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