-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jetty Connection #11521
Comments
What version of Jetty? |
For Jetty 12, using a
|
Thanks @joakime |
Jetty 11 and older are now at End of Community Support.
I can only comment about behaviors in Jetty 12 (the only supported version of Jetty at the moment) |
Jetty Version
Jetty Environment
Java Version
Question
Hi Team,
The question is related to Jetty Connection Limit.
In general, we use Connection limit as configuration and we set this value before Jetty start.
But as we have setMaxConnections() method on ConnectionLimit class we can change the connections dynamically.
Now the question is would it be ok to change the connection limit dynamically without restart. Since the method is supported mostly it would be. But I would like to know if there are any drawbacks with this mechanism ?
Thanks.
The text was updated successfully, but these errors were encountered: