java - How do I limit the number of connections Jetty will accept? - Stack Overflow
I have not deployed Jetty for my application. However used Jetty with some other opensource projects for deployment. Based on that experience: There are configuration for connector as below:
acceptors : The number of thread dedicated to accepting incoming connections.
acceptQueueSize : Number of connection requests that can be queued up before the operating system starts to send rejections.
Read full article from java - How do I limit the number of connections Jetty will accept? - Stack Overflow
No comments:
Post a Comment