Asynchronous Network Communication
This section
introduces asynchronous network communication, using sockets or Transport-Level
Interface (TLI) for real-time applications. Asynchronous networking with sockets
is done by setting an open socket, of type SOCK_STREAM
,
to asynchronous and non blocking. For more information about asynchronous sockets,
see Advanced Socket Topics. Asynchronous
network processing of TLI events is supported using a combination of STREAMS
asynchronous features and the non-blocking mode of the TLI library routines.
For more information about the Transport-Level Interface, see Programming With XTI and TLI.