TCP Server
The purpouse of this documentation is to provide guidance on how to install and use the tcp pre-forked server
The project itself implements a TCP preforked server with only the parent process calling accept and “passing” the connected socket to a free child worker.
The software architecture is based on the guidance provided by the Unix Network Programming, Volume 1: The Sockets Networking API (3rd Edition) - Chapter 30. Client-Server Design Alternatives
The repository layout is heavily influenced by the zproject. Big credits to those guys from iMatix for making C code scalable, easy to understand and reusable!
If you need any help or assistance regarding any of the topics realted to the project feel free to to address your inquiries using the support page.