Re: Database related performance degradation after upgrading from Tomcat 9.0.33 to Tomcat 9.0.69

2023-02-21 Thread Terence M. Bandoian
On 2/21/2023 10:58 PM, Konstantin Kolinko wrote: ср, 22 февр. 2023 г. в 01:31, Artur Tomusiak - Hannon Hill : After upgrading from Tomcat 9.0.33 to Tomcat 9.0.69, Note that using a binary search (bisection) one could limit the version range. If I understand the point you're making: If

Re: Database related performance degradation after upgrading from Tomcat 9.0.33 to Tomcat 9.0.69

2023-02-21 Thread Konstantin Kolinko
ср, 22 февр. 2023 г. в 01:31, Artur Tomusiak - Hannon Hill : > > After upgrading from Tomcat 9.0.33 to Tomcat 9.0.69, Note that using a binary search (bisection) one could limit the version range. Alternatively, it is possible to reconfigure the pool to use Apache Commons DBCP 2 and Apache

RE: Database related performance degradation after upgrading from Tomcat 9.0.33 to Tomcat 9.0.69

2023-02-21 Thread John.E.Gregg
Artur, > -Original Message- > From: Artur Tomusiak - Hannon Hill > Sent: Tuesday, February 21, 2023 4:31 PM > To: users@tomcat.apache.org > Subject: Database related performance degradation after upgrading from > Tomcat 9.0.33 to Tomcat 9.0.69 > > After upgrading from Tomcat 9.0.33 to

Database related performance degradation after upgrading from Tomcat 9.0.33 to Tomcat 9.0.69

2023-02-21 Thread Artur Tomusiak - Hannon Hill
After upgrading from Tomcat 9.0.33 to Tomcat 9.0.69, jobs in our application that execute lots of quick database queries end up being visibly slower - 16% slower on average in a typical setup where a database is on a local area network. Here is additional information we have confirmed: - This

Re: Tomcat 10.0.x

2023-02-21 Thread Christopher Schultz
Amn, On 2/18/23 14:22, Amn Ojee Uw wrote: But, Debian has no upgrades for Tomcat 11. I am new to Linux and I am using Debian. Should I uninstall Tomcat and then install version 11 of it? Tomcat 11 is a pre-release version of Tomcat. The best version of Tomcat to use depends upon your needs.

Re: Query about support for OpenSSL 1.1.1

2023-02-21 Thread Mark Thomas
On 21/02/2023 10:08, Vivek Naruka (EXT-NSB) wrote: Hi, Currently we use APCAHE TOMCAT 9.0.69 which supports OpenSSL1.1.1 version. It is not that simple. Tomcat 9.0.x can be used with Tomcat Native 1.2.x which provides: - TLS support when using the HTTP APR/native connector - an alternative

RE: Query about support for OpenSSL 1.1.1

2023-02-21 Thread Vivek Naruka (EXT-NSB)
Hi,  Currently we use APCAHE TOMCAT 9.0.69 which supports OpenSSL1.1.1 version. We would like to know the APACHE TOMCAT version that supports openSSL3.0 with Java 8 version?  Does TOMCAT depend on OS (like RHEL, Windows, etc) for OpenSSL support or does it package OpenSSL on its own? Regards