Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 24367 invoked from network); 11 May 2006 06:56:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 May 2006 06:56:22 -0000 Received: (qmail 11562 invoked by uid 500); 10 May 2006 23:44:21 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 11539 invoked by uid 500); 10 May 2006 23:44:20 -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 11528 invoked by uid 99); 10 May 2006 23:44:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 May 2006 16:44:20 -0700 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of gcjiu-ibatis-user-java@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 May 2006 16:44:19 -0700 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FdyLO-0004uL-9K for user-java@ibatis.apache.org; Thu, 11 May 2006 01:43:50 +0200 Received: from 207.47.4.24 ([207.47.4.24]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 May 2006 01:43:50 +0200 Received: from netsql by 207.47.4.24 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 May 2006 01:43:50 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: user-java@ibatis.apache.org From: netsql Subject: Re: faster updates Date: Wed, 10 May 2006 16:43:27 -0700 Lines: 16 Message-ID: References: <4462602C.8020902@roomity.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 207.47.4.24 User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) In-Reply-To: <4462602C.8020902@roomity.com> Sender: news X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N So reading last paragraph of sql map on page 32 docs..... I wrap the sql map in static methods anyway.... so that would mean that if that sql map has only one statement, it could Q up all updates, and then ever 3 secods restart the transaction. It seems to make sense. .V netsql wrote: > > Do begin tran/end tran on a timer? > > .V > >