Hello Adwait,
I originally was going to sponsor this to get it done before year end.
Unfortunately my timeline got pushed to 2024 as we found a more
impactful area to make performance improvements. It's still a very
valuable and important Tomcat feature. The original PR is a good
starting place, an
Hi all,
Long running webapps, tomcat recently updated from tomcat7 to tomcat v9.0.65.
One webapp sends a request to another.
The request fails with a 400 Bad Request, with the detail message "The server
cannot or will not process the request due to something that is perceived to be
a client er
Daniel,
This is obviously a "big" question whose answer likely take months to
really determine. But we can get started :)
On 11/27/23 08:59, Daniel Andres Pelaez Lopez wrote:
We are facing some challenges with performance tunning for embedded
Tomcat using Spring Boot 3 (Tomcat version 10.1.7)
Hi community,
We are facing some challenges with performance tunning for embedded
Tomcat using Spring Boot 3 (Tomcat version 10.1.7) and we would like
to ask for advice. The following is an overview of how our workload
looks like:
- The client is a CDN distributed around the world
- Tomcat serves
Thanks for taking a look. My lightly scrubbed connector example is
attached.
On Tue, Nov 21, 2023 at 6:45 AM Michael Osipov wrote:
> On 2023/11/21 11:25:11 Michael Osipov wrote:
> > On 2023/11/20 22:14:14 Daniel Skiles wrote:
> > > Was there a change to the addSslHostConfig JMX mbean operation
On 27/11/2023 01:49, Adwait Kumar Singh wrote:
Hmm, this gives me an impression that the Servlet APIs expect the
request/response processing to *always *happen on the container thread.
If I attempt to perform it on a non-container thread after making the
request async, I run into the risk of the