mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
cefe35df63
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 PR: ports/150704 Submitted by: James Bailie <jimmy at mammothcheese.ca>
12 lines
413 B
Plaintext
12 lines
413 B
Plaintext
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
|