blob: 683088e75cf7c7a1b20b8b3f588172795d4658f9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
libserver implements a generic multi-process TCP server which is incapable
of servicing connections on its own. The programmer writes an
initialization function and a function to service connections, then
compiles and links his or her code against the library to create a complete
multi-process TCP server.
WWW: http://www.mammothcheese.ca/
--
James Bailie <jimmy@mammothcheese.ca>
http://www.mammothcheese.ca
|