Misplaced Pages

poll (Unix)

Article snapshot taken from[REDACTED] with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
System call

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

  1. Charles M. Hannum; The NetBSD Foundation, Inc. (1998). "poll, pollts — synchronous I/O multiplexing". BSD Cross Reference. NetBSD.
  2. ^ "Connection processing methods". nginx.org.

External links

Stub icon

This computer-programming-related article is a stub. You can help Misplaced Pages by expanding it.

Categories:
poll (Unix) Add topic