Return-Path: Delivered-To: apmail-incubator-ibatis-user-java-archive@www.apache.org Received: (qmail 46683 invoked from network); 11 Apr 2005 00:31:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Apr 2005 00:31:16 -0000 Received: (qmail 52665 invoked by uid 500); 11 Apr 2005 00:31:15 -0000 Delivered-To: apmail-incubator-ibatis-user-java-archive@incubator.apache.org Received: (qmail 52639 invoked by uid 500); 11 Apr 2005 00:31:15 -0000 Mailing-List: contact ibatis-user-java-help@incubator.apache.org; run by ezmlm Precedence: bulk Reply-To: ibatis-user-java@incubator.apache.org List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list ibatis-user-java@incubator.apache.org Received: (qmail 52626 invoked by uid 99); 11 Apr 2005 00:31:15 -0000 X-ASF-Spam-Status: No, hits=1.0 required=10.0 tests=RCVD_IN_NJABL_PROXY,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of gcjiu-ibatis-user-java@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.28) with ESMTP; Sun, 10 Apr 2005 17:31:13 -0700 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1DKmmf-0005IE-16 for ibatis-user-java@incubator.apache.org; Mon, 11 Apr 2005 02:28:09 +0200 Received: from 214-29-112.adsl.terra.cl ([200.112.29.214]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Apr 2005 02:28:09 +0200 Received: from jrcastillo by 214-29-112.adsl.terra.cl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Apr 2005 02:28:09 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: ibatis-user-java@incubator.apache.org From: rodrigo castillo Subject: Re: bad perfomance ibatis between native JDBC and PLSQL Date: Mon, 11 Apr 2005 00:28:03 +0000 (UTC) Lines: 25 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 200.112.29.214 (Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)) Sender: news X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > > Hi, > > We also did some performance testing of iBatis vs JDBC for 100 users. Results > ware amazing, iBatis performs as good as JDBC. Only thing is, first time iBatis > takes more time, I guess because of XML parsing and stuff. Else the results are > same for both.... > > Thanks, > Shilpa > > Hi Shilpa: Logically the response times had to be around JDBC, I believe that something I am making bad in my code, and... am i trying to know that it is? thank you very much by your information