Re: Handling database connection pooling outside Java, without DBCP et al?

2021-11-27 Thread Christopher Schultz
JK, On 11/25/21 04:23, jkla...@iki.fi wrote: On Wednesday, Nov 24, 2021 at 7:37 PM, Christopher Schultz mailto:ch...@christopherschultz.net)> wrote: (on the significance of DBCP overall) It's essentially "failing faster" or, IMO, "failing safer." All right, I think I see it now. A very

Re: Handling database connection pooling outside Java, without DBCP et al?

2021-11-25 Thread jkla...@iki.fi
> On Wednesday, Nov 24, 2021 at 7:37 PM, Christopher Schultz > mailto:ch...@christopherschultz.net)> wrote: > (on the significance of DBCP overall) > It's essentially "failing faster" or, IMO, "failing safer." All right, I think I see it now. A very good explanation, thank you. > If I were you,

Re: Handling database connection pooling outside Java, without DBCP et al?

2021-11-24 Thread Christopher Schultz
JK, On 11/24/21 08:03, jkla...@iki.fi wrote: On Tuesday, Nov 23, 2021 at 4:20 PM, Christopher Schultz mailto:ch...@christopherschultz.net)> wrote: ProxySQL is, mostly, a load-balancing and caching product. Sure, it can provide connection-pooling, but that doesn't mean that you want your

Re: Handling database connection pooling outside Java, without DBCP et al?

2021-11-24 Thread jkla...@iki.fi
> On Tuesday, Nov 23, 2021 at 4:20 PM, Christopher Schultz > mailto:ch...@christopherschultz.net)> wrote: > > ProxySQL is, mostly, a load-balancing and caching product. Sure, it can > provide connection-pooling, but that doesn't mean that you want your > application making 1000 simultaneous

Re: Handling database connection pooling outside Java, without DBCP et al?

2021-11-23 Thread Mark Thomas
On 23/11/2021 13:34, Olaf Kock wrote: I don't have experience with this particular setup, but one sentence (in fact, one word) caught my attention: On 23.11.21 14:23, jkla...@iki.fi wrote: We're in the process of adopting ProxySQL in front of MySQL, to act as the connection pooler and for

Re: Handling database connection pooling outside Java, without DBCP et al?

2021-11-23 Thread Christopher Schultz
JK, On 11/23/21 08:23, jkla...@iki.fi wrote: I've been tasked with the maintenance of a client's legacy Tomcat 8.0 application servers. The person who initially configured Tomcat on them is no longer with the company, and I've basically been thrown into the deep end with no prior Tomcat or Java

Re: [OT] Handling database connection pooling outside Java, without DBCP et al?

2021-11-23 Thread Mark Thomas
On 23/11/2021 13:51, Richardson, Diane wrote: I get the emails but how can I send an email for assistance? Please don't hijack threads. See http://tomcat.apache.org/lists.html#taglibs-user Specifically, "Posting questions to the list" Mark

Re: [External] Handling database connection pooling outside Java, without DBCP et al?

2021-11-23 Thread Richardson, Diane
I get the emails but how can I send an email for assistance? From: jkla...@iki.fi Sent: Tuesday, November 23, 2021 8:23:50 AM To: users@tomcat.apache.org Subject: [External] Handling database connection pooling outside Java, without DBCP et al? This message

Re: Handling database connection pooling outside Java, without DBCP et al?

2021-11-23 Thread Olaf Kock
I don't have experience with this particular setup, but one sentence (in fact, one word) caught my attention: On 23.11.21 14:23, jkla...@iki.fi wrote: > We're in the process of adopting ProxySQL in front of MySQL, to act as the > connection pooler and for separating read and write traffic to

Handling database connection pooling outside Java, without DBCP et al?

2021-11-23 Thread jkla...@iki.fi
I've been tasked with the maintenance of a client's legacy Tomcat 8.0 application servers. The person who initially configured Tomcat on them is no longer with the company, and I've basically been thrown into the deep end with no prior Tomcat or Java knowledge. Their Java developers are also