Previous section.

Technical Standard: Networking Services (XNS), Issue 5.2 Draft 2.0
Copyright © 1999 The Open Group

NAME

poll - input/output multiplexing
Note:
The XSH specification contains the basic definition of this interface. The following additional information pertains to Sockets.

DESCRIPTION

The poll() function supports sockets.

A file descriptor for a socket that is listening for connections will indicate that it is ready for reading, once connections are available. A file descriptor for a socket that is connecting asynchronously will indicate that it is ready for writing, once a connection has been established.

CHANGE HISTORY

First released in Issue 4.

Contents Next section Index