This adds a counter in the server that counts the number of open connections, and lets the user decide how many threads has to be available for new connections. The server will force new connections to close if the number of available threads are as many as the user defined amount, or less.
This adds a counter in the server that counts the number of open connections, and lets the user decide how many threads has to be available for new connections. The server will force new connections to close if the number of available threads are as many as the user defined amount, or less.
Closes #65