Next: , Previous: , Up: Processes   [Contents][Index]


36.15 Network Servers

You create a server by calling make-network-process (see Network Processes) with :server t. The server will listen for connection requests from clients. When it accepts a client connection request, that creates a new network connection, itself a process object, with the following parameters:


Next: , Previous: , Up: Processes   [Contents][Index]