Maintain sub pools within Commons pool - is it possible

2016-01-28 Thread Krishnakumar Parasuram
Hi We are using Apache commons pool 2.2 for pooling connection object to connect between our REST framework to Siebel Server. Everything works fine for what I have implemented. But I want to enhance this framework. The existing implementation maintains the connection object for a part

Re: Maintain sub pools within Commons pool - is it possible

2016-01-28 Thread Phil Steitz
On 1/28/16 12:43 AM, Krishnakumar Parasuram wrote: > Hi > > > > We are using Apache commons pool 2.2 for pooling connection object to connect > between our REST framework to Siebel Server. > > > > Everything works fine for what I have implemented. But I want to enhance > this framework. Th

Re: Maintain sub pools within Commons pool - is it possible

2016-01-28 Thread Jochen Wiedmann
On Thu, Jan 28, 2016 at 8:43 AM, Krishnakumar Parasuram wrote: > We are using Apache commons pool 2.2 for pooling connection object to connect > between our REST framework to Siebel Server. > > > > Everything works fine for what I have implemented. But I want to enhance > this framework. The

RE: Maintain sub pools within Commons pool - is it possible

2016-01-28 Thread ecki
://bernd.eckenfels.net -Original Message- From: Krishnakumar Parasuram To: dev@commons.apache.org Sent: Do., 28 Jan. 2016 16:27 Subject: RE: FW: Maintain sub pools within Commons pool - is it possible Hi Jochen, Thanks for your message. The difference between to two separate pools is that

RE: Maintain sub pools within Commons pool - is it possible

2016-01-28 Thread ecki
-- http://bernd.eckenfels.net -Original Message- From: Krishnakumar Parasuram To: dev@commons.apache.org Sent: Do., 28 Jan. 2016 16:27 Subject: RE: FW: Maintain sub pools within Commons pool - is it possible Hi Jochen, Thanks for your message. The difference between to two separate

RE: Maintain sub pools within Commons pool - is it possible

2016-01-28 Thread Krishnakumar Parasuram
...@zusammenkunft.net] Sent: Friday, January 29, 2016 12:12 PM To: dev@commons.apache.org Subject: RE: Maintain sub pools within Commons pool - is it possible (Ignore my mail, I missed the fact that the initial discussion was about REST clients not JdBC) -- http://bernd.eckenfels.net -Original Message

RE: FW: Maintain sub pools within Commons pool - is it possible

2016-01-28 Thread Krishnakumar Parasuram
8, 2016 7:10 PM To: Krishnakumar Parasuram Subject: Re: FW: Maintain sub pools within Commons pool - is it possible Hi Krishnakumar, I just moderated through and responded to this message on dev@commons.apache.org. Please subscribe to the list so that you can see the responses and so that your

RE: FW: Maintain sub pools within Commons pool - is it possible

2016-01-28 Thread Krishnakumar Parasuram
teitz; dev@commons.apache.org Subject: RE: FW: Maintain sub pools within Commons pool - is it possible Hi Phil, Thanks for your message. First , how do I respond to your message. I have added the dev@commons.apache.org in this mail. I am already using the keyedObjectPool, but the keyedObjectPool

RE: FW: Maintain sub pools within Commons pool - is it possible

2016-01-28 Thread Krishnakumar Parasuram
Hi Jochen, Thanks for your message. The difference between to two separate pools is that in our framework we don't know exactly how many no of separate pool we might require, it is not two, but can scale more than 10, 20 in production environment and I think to have so many pools and that t