-
Notifications
You must be signed in to change notification settings - Fork 16
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
Undertow AJP tuning options #133
Comments
@denuno Any luck checking Undertow for equivalents to these settings? |
I too am interested in a solution for this, for performance I was trying to use connection pooling with boncode but kept getting failed requests because the connection was timing out on the runwar side. Is there a way to change the keepAliveTimeout? |
+1 Thank you! |
Something like this: And then XNIO options depending on how much oomph you have: Would be the equivalent of those connector settings I think. Only develop exposes all the Undertow options though, so this won't work with the current stable release. |
Available options and their meaning: http://undertow.io/undertow-docs/undertow-docs-2.0.0/#listeners-2 |
Tomcat's AJP connector has the following tuning settings:
Check undertow and see if they have equivalent settings and expose them via Runwar.
The text was updated successfully, but these errors were encountered: