Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 61053 invoked from network); 14 Apr 2007 20:55:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Apr 2007 20:55:15 -0000 Received: (qmail 18418 invoked by uid 500); 14 Apr 2007 20:55:15 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 18256 invoked by uid 500); 14 Apr 2007 20:55:15 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 18245 invoked by uid 99); 14 Apr 2007 20:55:14 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Apr 2007 13:55:14 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of jeffgbutler@gmail.com designates 64.233.184.235 as permitted sender) Received: from [64.233.184.235] (HELO wr-out-0506.google.com) (64.233.184.235) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Apr 2007 13:55:07 -0700 Received: by wr-out-0506.google.com with SMTP id i23so1130235wra for ; Sat, 14 Apr 2007 13:54:46 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=fT1c5YlxzlkEjZjpe6HPzl1jpNbwRBYgROeGAzG2EY9c3saaag3jgXVqxosf5iqeYqmgikhvy8A9787peKKcIJhiSq8cs0t2bzxw0B0LinoNL6UswSgdNM8B+hOk6B/PzqfD2QY2LCSAKz8xBDlD3xA1wug8TeM+Dcz0ICJtX4s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=KxRrXLFt/WEuLdkhOTdb4eyOWWMeMUgRqJuBXkVl6kHU9agVCbiwBITW3fh4GeulIoz8/0kVadQiXEc5jQu4qTjmMmOvKzw7Cn/hbsuYEwLM4lFhBEefgYWz+y5+vELMaHbsSIfyoa9N3mkh6pRT86aFF2fIa4B1nbI0dU1FU1c= Received: by 10.114.155.1 with SMTP id c1mr1474508wae.1176584084772; Sat, 14 Apr 2007 13:54:44 -0700 (PDT) Received: by 10.115.111.7 with HTTP; Sat, 14 Apr 2007 13:54:44 -0700 (PDT) Message-ID: Date: Sat, 14 Apr 2007 15:54:44 -0500 From: "Jeff Butler" To: user-java@ibatis.apache.org Subject: Re: connection pool for production In-Reply-To: <20070414194245.44C4410FB002@herse.apache.org> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_28959_22202435.1176584084473" References: <20070414194245.44C4410FB002@herse.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_28959_22202435.1176584084473 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I recommend using a JNDI datasource. It works on both platforms and then you'll use the WebSphere native connection pool in production. Jeff Butler On 4/14/07, Zsolt Koppany wrote: > > Hi, > > we are using ibatis-2.1.7.597 currently with tomcat-5.5.20's database > connection pool. Because we need to run also with websphere (thus we must > running without tomcat) I would like to use either dbcp or ibatis's > connection pool. > > What is your recommendation? Is the ibatis database pool OK for production > usage? > > > Zsolt > > > ------=_Part_28959_22202435.1176584084473 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
I recommend using a JNDI datasource.  It works on both platforms and then you'll use the WebSphere native connection pool in production.
 
Jeff Butler

 
On 4/14/07, Zsolt Koppany <zkoppanylist@intland.com> wrote:
Hi,

we are using ibatis-2.1.7.597 currently with tomcat-5.5.20's database
connection pool. Because we need to run also with websphere (thus we must
running without tomcat) I would like to use either dbcp or ibatis's
connection pool.

What is your recommendation? Is the ibatis database pool OK for production
usage?


Zsolt



------=_Part_28959_22202435.1176584084473--