Epoll

epoll is a Linux kernel system call for a scalable I/O event notification mechanism, first introduced in version 2.5.45 of the Linux kernel in October, 2002. Its function is to monitor multiple file descriptors to see whether I/O is possible on any of them.

Source: Wikipedia — Epoll (CC BY-SA 4.0)

Epoll

epoll is a Linux kernel system call for a scalable I/O event notification mechanism, first introduced in version 2.5.45 of the Linux kernel in October, 2002. Its function is to monitor multiple file descriptors to see whether I/O is possible on any of them.

Source: Wikipedia "Epoll" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy