Server-Side Pipe Implementation

Server programs for distributed applications that use pipes need not implement any push, pull, or alloc functions. They do need to contain procedures that clients can invoke remotely to initiate data transfers. In the following topics, this section explains how the server's remote procedures can be implemented.