Re: [DISCUSS] CloudStack Connection Pools

2018-03-19 Thread Nicolas Vazquez
Weingärtner 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 rather to the DAO layer that is an ad-hoc

Re: [DISCUSS] CloudStack Connection Pools

2018-03-15 Thread Rafael Weingärtner
t libraries and letting the administrator > choose > > > which one to use? (DBCP 1.4 as default) > > > > > > > > > From: Rafael Weingärtner > > > Sent: Tuesday, March 13, 2018 8:52:50 AM > > > To: dev

Re: [DISCUSS] CloudStack Connection Pools

2018-03-14 Thread ilya musayev
e 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 > > Sent: Tuesday, March 13, 20

Re: [DISCUSS] CloudStack Connection Pools

2018-03-14 Thread ilya musayev
ion pool management libraries and letting the administrator > choose > > > which one to use? (DBCP 1.4 as default) > > > > > > > > > From: Rafael Weingärtner > > > Sent: Tuesday, March 13, 2018 8:52:50 AM > > &g

Re: [DISCUSS] CloudStack Connection Pools

2018-03-14 Thread Rafael Weingärtner
ve it. > > > > As 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) > > > > ________________ > > F

Re: [DISCUSS] CloudStack Connection Pools

2018-03-14 Thread Khosrow Moossavi
nagement libraries and letting the administrator choose > which one to use? (DBCP 1.4 as default) > > > From: Rafael Weingärtner > Sent: Tuesday, March 13, 2018 8:52:50 AM > To: dev > Subject: Re: [DISCUSS] CloudStack Connection Pools > >

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 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

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 tran