Sidik Isani
2002 March 18th
Last revised: 2004 May 18th (v1.6)
Tip: The PostScript or PDF version of this document is more suitable for printing. |
libsockio.a is a library for clients and servers that need to pass messages to each other over a socket. It is designed specifically for the needs of the NEO status server, and other servers which use ``line-based'' communication protocols. If used as intended, it is possible to create very fast and responsive single-threaded multi-client socket servers with only a few lines of code needed to manage the socket communication. A second part of the library contains functions to help implement clients, or client protocol libraries to communicate with the server.