multiplexing
Click on the red underlined text to get to the source
...
This program multiplexes the outgoing messages (and distributes the
incoming messages). The multiplexing consists in stacking up all the
user's (or caller, or party) requests and filling up the pool of
...
... buffers so as to keep the handler busy emitting.
Multiplexing (and distribution) is based on the link identification
numbers. (Link ...
... Link = logical connection between two users). The
multiplexing problem is closely related to the interface between a
user's program and the network ...
