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