Return-Path: Delivered-To: apmail-incubator-ibatis-user-java-archive@www.apache.org Received: (qmail 86681 invoked from network); 7 Apr 2005 02:43:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Apr 2005 02:43:24 -0000 Received: (qmail 4285 invoked by uid 500); 7 Apr 2005 02:43:23 -0000 Delivered-To: apmail-incubator-ibatis-user-java-archive@incubator.apache.org Received: (qmail 4264 invoked by uid 500); 7 Apr 2005 02:43:23 -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 4249 invoked by uid 99); 7 Apr 2005 02:43:23 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=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; Wed, 06 Apr 2005 19:43:22 -0700 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1DJMx1-0003FA-2M for ibatis-user-java@incubator.apache.org; Thu, 07 Apr 2005 04:40:59 +0200 Received: from 198-29-112.adsl.terra.cl ([200.112.29.198]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Apr 2005 04:40:59 +0200 Received: from jrcastillo by 198-29-112.adsl.terra.cl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Apr 2005 04:40:59 +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: Thu, 7 Apr 2005 02:40:49 +0000 (UTC) Lines: 12 Message-ID: References: <2fe5ef5b05040613014c23da74@mail.gmail.com> <42549AF8.1080207@friendVU.com> 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.198 (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 the best time to ibatis is 265 the best time to JDBC is 45 265/45 = 5.8 is difference. In one query Ibatis there are 5 query JDBC, I believe that there is difference. there is one user concurrent, you have a good idea, I will test with more users. Rodrigo