Edge Rewrite
// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21c40306af81dfc

Jump to content

poll (Unix)

From Wikipedia, the free encyclopedia

poll is a POSIX system call to wait for one or more file descriptors to become ready for use.[1]

On the BSD descendants and macOS, it has been largely superseded by kqueue in high performance applications.[2] On Linux, it has been superseded by ppoll and epoll.[2]

See also

[edit]

References

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