-
Notifications
You must be signed in to change notification settings - Fork 12
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
Reporting findings #3
Comments
Here is perfect, thanks @dreis2211 ! |
Idiomatic as in the JDK itself? Because the one in
And the one from Spring as well:
The latter is fixable by some sort of cache, but is a very common/idiomatic pattern as well. |
Difficult to say 🙂 |
Hi,
in the Quarkus insight episode you said "contact us" because you're collecting cases to make it more prominent and to maybe have an easier argument to have this fixed inside the JDK. In the absence of a better contact address, I'll share it here: I've been playing with this agent in the last couple of days and it's literally everywhere. E.g. a simple Spring-Boot app with Undertow shows the following when I do some simple benchmarks against it for just a few seconds(!) - e.g. via
ab -n X -c Y "http://url/"
Hope this helps you. Let me know if there is a better place for you to report this (apart from the individual project issue trackers)
Cheers,
Christoph
The text was updated successfully, but these errors were encountered: