RE: Weirdest Tomcat Behavior Ever?

2020-11-25 Thread Eric Robinson
> -Original Message- > From: Mark Thomas > Sent: Tuesday, November 24, 2020 8:57 AM > To: users@tomcat.apache.org > Subject: Re: Weirdest Tomcat Behavior Ever? > > On 24/11/2020 14:11, Christopher Schultz wrote: > > On 11/20/20 11:08, Mark Thomas wrote: > > > > >> A second look at the

Re: Weirdest Tomcat Behavior Ever?

2020-11-25 Thread Christopher Schultz
Mark, On 11/24/20 09:56, Mark Thomas wrote: On 24/11/2020 14:11, Christopher Schultz wrote: On 11/20/20 11:08, Mark Thomas wrote: A second look at the strace file from yesterday provided hard evidence of a native library mis-using file descriptors and strong circumstantial evidence

RE: Weirdest Tomcat Behavior Ever?

2020-11-25 Thread Eric Robinson
> -Original Message- > From: Christopher Schultz > Sent: Tuesday, November 24, 2020 8:11 AM > To: users@tomcat.apache.org > Subject: Re: Weirdest Tomcat Behavior Ever? > > Mark, > > On 11/20/20 11:08, Mark Thomas wrote: > > On 20/11/2020 15:43, Eric Robinson wrote: > >>> From: Mark Thomas

Re: Bouncy Castle FIPS on RHEL 7.3

2020-11-25 Thread Christopher Schultz
Amit, On 11/24/20 11:21, Amit Pande wrote: Probably not directly related to Tomcat but still sharing. Advanced apologies for that. I am using bouncy castle FIPS library and observed that specifically on RHEL 7.3, the library usage is causing tremendous slowness. Note that BC is pure-Java, so

Re: tomcat connection pool per database (postgres)

2020-11-25 Thread Christopher Schultz
Phil and Rob, On 11/24/20 11:26, Phil Steitz wrote: On 11/24/20 8:52 AM, Rob Sargent wrote: Perhaps I read too much into the description of "The tomcat JDBC Connection Pool" page? TheJDBC Connection Pool|org.apache.tomcat.jdbc.pool|is a replacement or an alternative to theApache Commons

Re: Weirdest Tomcat Behavior Ever?

2020-11-25 Thread Mark Thomas
On 25/11/2020 16:46, Christopher Schultz wrote: > Strange that the library is getting a direct reference to the response's > file descriptor. That seems (to me) to be a tactical mistake in an > implementation. Then again, I'm not looking at what is actually being > accomplished, there... it may

Re: [OT] Weirdest Tomcat Behavior Ever?

2020-11-25 Thread Christopher Schultz
Eric, On 11/25/20 09:34, Eric Robinson wrote: -Original Message- From: Christopher Schultz Sent: Tuesday, November 24, 2020 8:11 AM To: users@tomcat.apache.org Subject: Re: Weirdest Tomcat Behavior Ever? Also, v5.0.8 is like 13 years old. Eric, you guys *really* have to upgrade that.

Re: tomcat connection pool per database (postgres)

2020-11-25 Thread Rob Sargent
For those scoring at home, I'm going to try managing pool-per-user myself for the potential jmx gain and as I said, two will be amazing success. On 11/25/20 9:40 AM, Christopher Schultz wrote: Phil and Rob, On 11/24/20 11:26, Phil Steitz wrote: On 11/24/20 8:52 AM, Rob Sargent wrote:

RE: [EXTERNAL] Re: Bouncy Castle FIPS on RHEL 7.3

2020-11-25 Thread Amit Pande
Thank you Chris for the inputs. Admittedly, I didn’t know the internals of Sun JCE/JSSE vs BC JCE. Pasting sample output and it indeed is taking minutes on RHEL 7.3. Not sure if I am indeed missing some trick here. RHEL 7.3 --- test-host-1:~ # date ;

Re: Weirdest Tomcat Behavior Ever?

2020-11-25 Thread Christopher Schultz
Mark, On 11/25/20 22:30, Christopher Schultz wrote: Mark, On 11/25/20 12:49, Mark Thomas wrote: On 25/11/2020 16:46, Christopher Schultz wrote: Strange that the library is getting a direct reference to the response's file descriptor. That seems (to me) to be a tactical mistake in an

Re: Weirdest Tomcat Behavior Ever?

2020-11-25 Thread Christopher Schultz
Mark, On 11/25/20 12:49, Mark Thomas wrote: On 25/11/2020 16:46, Christopher Schultz wrote: Strange that the library is getting a direct reference to the response's file descriptor. That seems (to me) to be a tactical mistake in an implementation. Then again, I'm not looking at what is

Re: [EXTERNAL] Re: Bouncy Castle FIPS on RHEL 7.3

2020-11-25 Thread Christopher Schultz
Amit, On 11/25/20 12:40, Amit Pande wrote: Thank you Chris for the inputs. Admittedly, I didn’t know the internals of Sun JCE/JSSE vs BC JCE. Pasting sample output and it indeed is taking minutes on RHEL 7.3. Not sure if I am indeed missing some trick here. RHEL 7.3 ---