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 -->
= Notes =
<blockquote>
See [[epoll]].
</blockquote><!-- Notes -->

Latest revision as of 13:37, 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

Notes

See epoll.