Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 83772 invoked from network); 3 Feb 2009 08:42:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Feb 2009 08:42:42 -0000 Received: (qmail 66966 invoked by uid 500); 3 Feb 2009 08:42:35 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 66957 invoked by uid 500); 3 Feb 2009 08:42:35 -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 66948 invoked by uid 99); 3 Feb 2009 08:42:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Feb 2009 00:42:35 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of demablogia@gmail.com designates 209.85.218.13 as permitted sender) Received: from [209.85.218.13] (HELO mail-bw0-f13.google.com) (209.85.218.13) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Feb 2009 08:42:28 +0000 Received: by bwz6 with SMTP id 6so1970352bwz.0 for ; Tue, 03 Feb 2009 00:42:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=ezzWs93JPjvHtnvw4Ch01IjU7ulnBIi7VpB1UFJchlE=; b=pVBP4gCmgglthyFoZVxs+7nBGJp3tJLO6cI/aVM2ydnXYfFaYVIWJFgBgYGcnQ4Mnw f8XWmOtrmyhgLwKPzuIytc620wPcF0zkOUCqMAtxoXWIOXt0hRlfim2wjinap6DbL5Gl fh+z9B8Dk5lrYb3qmDkI3zjS8X5g+IpfWo1sg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=xX3696FHlklAMEWYTcskAjKQqarfizMGV5NKetDQoQHi1nHWMSNaBQZvaCT9pTiOPc Yv8OIjUIgrWlTUec0hGWlDAvWU8XgtngdZR7+ON3UggdGvcWu0kFTt9FE4SIETiP+fGS rB4dP2pD4PtHEU1AK+/rfXD3MNyqBFl/3RMrk= MIME-Version: 1.0 Received: by 10.181.240.10 with SMTP id s10mr981363bkr.108.1233650526519; Tue, 03 Feb 2009 00:42:06 -0800 (PST) In-Reply-To: <16178eb10902021619v3bf060c9wd0eafc3df0f5ea23@mail.gmail.com> References: <006701c98566$cae6ede0$60b4c9a0$@com> <16178eb10902021141p3146f89bg8274489cdeb07c0f@mail.gmail.com> <55efbd800902021206r24f18c29p23fd221acd055f5c@mail.gmail.com> <16178eb10902021619v3bf060c9wd0eafc3df0f5ea23@mail.gmail.com> Date: Tue, 3 Feb 2009 09:42:06 +0100 Message-ID: <55efbd800902030042t31f9de27r72e2043cb4d227d1@mail.gmail.com> Subject: Re: Performance & SQL Formatting Issue From: Chema To: user-java@ibatis.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org > 2009/2/3 Clinton Begin : > The statement cache operates only within a session/transaction scope, > not between threads or users. So it would entirely depend on the > overall approach. > > Clinton Well, I supposed that all operation was made in the same thread (maybe different transactions), with a loop. But that only can be reply by Goodell By the way, one question : session scope != transaction scope , isn't it ?