I have been searching the web and the forums and have not been able to find an answer. Is there a way to have the Poco network library (HTTPServer ?) send a 503 (HTTP_SERVICE_UNAVAILABLE) to a new connection if we are already processing a set maximum number of connections? I know I can add this in the HTTPRequestHandler but it would be cleaner to have the network library do it.
Thanks
Brian





