Linux kernel event queue: Difference between revisions

From wikinotes
No edit summary
Line 6: Line 6:
|-
|-
| kernel queues essential guide || https://habr.com/en/post/600123/#linux-and-epoll
| kernel queues essential guide || https://habr.com/en/post/600123/#linux-and-epoll
|-
| python epoll || http://scotdoyle.com/python-epoll-howto.html
|-
|-
|}
|}
</blockquote><!-- Tutorials -->
</blockquote><!-- Tutorials -->

Revision as of 13:35, 18 December 2022

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