poll is a POSIX system call to wait for one or more file descriptors to become ready for use.
On *BSD and macOS, it has been largely superseded by kqueue in high performance applications. On Linux, it has been superseded by ppoll and epoll.
See also
References
- Charles M. Hannum; The NetBSD Foundation, Inc. (1998). "poll, pollts — synchronous I/O multiplexing". BSD Cross Reference. NetBSD.
- ^ "Connection processing methods". nginx.org.
External links
poll
– System Interfaces Reference, The Single UNIX Specification, Version 4 from The Open Group- man-pages for
poll(2)
in FreeBSD, NetBSD, OpenBSD and DragonFly BSD
This computer-programming-related article is a stub. You can help Misplaced Pages by expanding it. |