Constrain incoming requests to # of file descriptors
If the number of incoming requests is greater than the number of file descriptors available for the user who started the application, you're gonna have a bad time. It would be nice if the user could pass the hard/soft ulimit for file descriptors so we can decline connections until the number of open fds is too high.