Re: The future of Tomcat 9

2025-02-25 Thread mwood
On Tue, Feb 25, 2025 at 04:19:34PM +, James H. H. Lampert wrote: > On 2/25/25 2:45 AM, Mark Thomas wrote: > > Tomcat 9 is the last major Tomcat version supporting Java EE. > > What does 10 use instead? https://jakarta.ee/ -- Mark H. Wood Lead Technology Analyst University Library Indiana U

Which is better: many concurrent requests or a deep backlog?

2024-07-30 Thread mwood
For various reasons I have Tomcat behind Apache HTTPD via mod_proxy_ajp, and I'm looking for good ways to think about the proxy connection pool. I'm wondering if I should let HTTPD make as many connections as it wants, or set a maximum pool size and let requests wait in the proxy. This is probabl