Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 73137 invoked from network); 9 Jan 2002 01:39:38 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 9 Jan 2002 01:39:38 -0000 Received: (qmail 15796 invoked by uid 97); 9 Jan 2002 01:39:37 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@jakarta.apache.org Received: (qmail 15780 invoked by uid 97); 9 Jan 2002 01:39:37 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 15769 invoked from network); 9 Jan 2002 01:39:36 -0000 Sender: jmcnally Message-ID: <3C3B9E96.CAACEAAE@collab.net> Date: Tue, 08 Jan 2002 17:36:22 -0800 From: John McNally X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.14-5.0 i686) X-Accept-Language: en MIME-Version: 1.0 To: Jakarta Commons Developers List Subject: Re: torque and my work on its connection pool. References: <20020108130412.Q8905-100000@icarus.apache.org> <3C3B91B5.A4B5541B@collab.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > > > > catalina/src/share/org/apache/naming/factory/DbcpDataSourceFactory.java > > > > I would argue that this class belongs with the connection pool. A jdbc2 > pool should be ready to deploy within a jndi service provider. > A few more points/questions about this object factory. It seems it resets the pool each time the pool is requested from jndi. My understanding is the pool should be setup and deployed into jndi. Then when a class needs a connection it can request the pool from jndi and get a connection. It would seem if this ObjectFactory were used in this manner. The pool would always be starting from scratch. I guess this factory is used in a different way? john mcnally -- To unsubscribe, e-mail: For additional commands, e-mail: