Re: [DISCUSS] CloudStack Connection Pools

2018-03-19 Thread Nicolas Vazquez
Weingärtner <rafaelweingart...@gmail.com> Sent: Thursday, March 15, 2018 8:43:12 AM To: dev Subject: Re: [DISCUSS] CloudStack Connection Pools Thanks for your feedback Ilya. I would first say that most of the problems relating database are not due to connection pool libraries, but

Re: [DISCUSS] CloudStack Connection Pools

2018-03-15 Thread Rafael Weingärtner
pporting different > > > connection pool management libraries and letting the administrator > choose > > > which one to use? (DBCP 1.4 as default) > > > > > > > > > From: Rafael Weingärtner <rafaelweingart...@gmail

Re: [DISCUSS] CloudStack Connection Pools

2018-03-14 Thread ilya musayev
a more viable option, would you agree on supporting different > > connection pool management libraries and letting the administrator choose > > which one to use? (DBCP 1.4 as default) > > > > > > From: Rafael Weingärtner <rafae

Re: [DISCUSS] CloudStack Connection Pools

2018-03-14 Thread ilya musayev
nt > > > connection pool management libraries and letting the administrator > choose > > > which one to use? (DBCP 1.4 as default) > > > > > > > > > From: Rafael Weingärtner <rafaelweingart...@gmail.com> > >

Re: [DISCUSS] CloudStack Connection Pools

2018-03-14 Thread Rafael Weingärtner
gt; > From: Rafael Weingärtner <rafaelweingart...@gmail.com> > > Sent: Tuesday, March 13, 2018 8:52:50 AM > > To: dev > > Subject: Re: [DISCUSS] CloudStack Connection Pools > > > > Spring data would be awesome. It is very flexible and has a very good > A

Re: [DISCUSS] CloudStack Connection Pools

2018-03-14 Thread Khosrow Moossavi
nt libraries and letting the administrator choose > which one to use? (DBCP 1.4 as default) > > > From: Rafael Weingärtner <rafaelweingart...@gmail.com> > Sent: Tuesday, March 13, 2018 8:52:50 AM > To: dev > Subject: Re: [DISCUSS] CloudStac

Re: [DISCUSS] CloudStack Connection Pools

2018-03-14 Thread Nicolas Vazquez
libraries and letting the administrator choose which one to use? (DBCP 1.4 as default) From: Rafael Weingärtner <rafaelweingart...@gmail.com> Sent: Tuesday, March 13, 2018 8:52:50 AM To: dev Subject: Re: [DISCUSS] CloudStack Connection Pools Spring data

Re: [DISCUSS] CloudStack Connection Pools

2018-03-13 Thread Rafael Weingärtner
Spring data would be awesome. It is very flexible and has a very good API. However, this would require commitment from our side to slowly migrate things to it. Regarding the connection pool management libraries; I would prefer either C3P0 or 2.* DBCP. The other two sound trendy, but I worry about

Re: [DISCUSS] CloudStack Connection Pools

2018-03-12 Thread Khosrow Moossavi
Hi Nicolas >From my past experiences, I prefer 1) HikariCP 2) Tomcat Pool 3) C3P0 4) DBCP in that order. Although I don't have any benchmark of my own to provide, and the ones you mentioned are really informative anyway. To me the broader subject is the _one_ who uses the pool, I mean if the