Re: Removing JDBC mode from JDBCStore

2020-11-10 Thread Keiichi Fujino
2020年11月9日(月) 22:45 Rémy Maucherat : > Hi, > > As part of https://github.com/apache/tomcat/pull/376 and along with the > similar removal of JDBCRealm, I would like to propose: > - Remove JDBC code from JDBCStore in Tomcat 10, in favor of DataSource > code; this allows simplifying and removing glob

Re: Removing JDBC mode from JDBCStore

2020-11-09 Thread Christopher Schultz
Rémy, On 11/9/20 08:45, Rémy Maucherat wrote: Hi, As part of https://github.com/apache/tomcat/pull/376 and along with the similar removal of JDBCRealm, I would like to propose: - Remove JDBC code from JDBCStore in Tomcat 10, in favor of DataSource code; this allows simplifying and removing glob

Re: Removing JDBC mode from JDBCStore

2020-11-09 Thread Mark Thomas
On 09/11/2020 13:45, Rémy Maucherat wrote: > Hi, > > As part of https://github.com/apache/tomcat/pull/376 and along with the > similar removal of JDBCRealm, I would like to propose: > - Remove JDBC code from JDBCStore in Tomcat 10, in favor of DataSource > code; this allows simplifying and removin

Re: Removing JDBC mode from JDBCStore

2020-11-09 Thread Filip Hanik
+1 On Mon, Nov 9, 2020 at 05:45 Rémy Maucherat wrote: > Hi, > > As part of https://github.com/apache/tomcat/pull/376 and along with the > similar removal of JDBCRealm, I would like to propose: > - Remove JDBC code from JDBCStore in Tomcat 10, in favor of DataSource > code; this allows simplifyin

Removing JDBC mode from JDBCStore

2020-11-09 Thread Rémy Maucherat
Hi, As part of https://github.com/apache/tomcat/pull/376 and along with the similar removal of JDBCRealm, I would like to propose: - Remove JDBC code from JDBCStore in Tomcat 10, in favor of DataSource code; this allows simplifying and removing global sync which obviously kills scalability - Renam