Added logic the the http server to keep it from accepting new connections when...
Added logic the the http server to keep it from accepting new connections when the server is over loaded. This should keep the server from breaking by doing a select with too many descriptors, and should also help keep the server from running out of descriptors.
Showing
Please register or sign in to comment