|
Lines 1-7
Link Here
|
| 1 |
libserver implements a generic multi-process TCP or UNIX-domain server |
1 |
Libserver provides generic multi-process, multi-threaded, and event-driven |
| 2 |
which is incapable of servicing connections on its own. The programmer |
2 |
TCP or UNIX-domain servers. The libraries handle network and concurrency |
| 3 |
writes an initialization function and a function to service connections, |
3 |
tasks. You write code to service connections. |
| 4 |
then compiles and links his or her code against the library to create a |
|
|
| 5 |
complete server. |
| 6 |
|
4 |
|
| 7 |
WWW: http://www.mammothcheese.ca/ |
5 |
WWW: http://mammothcheese.ca/ |