Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 29620 invoked from network); 30 Jun 2010 10:23:19 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Jun 2010 10:23:19 -0000 Received: (qmail 34016 invoked by uid 500); 30 Jun 2010 10:23:19 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 32883 invoked by uid 500); 30 Jun 2010 10:23:16 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 32328 invoked by uid 99); 30 Jun 2010 10:23:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jun 2010 10:23:15 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jehanzeb.qayyum@gmail.com designates 209.85.216.44 as permitted sender) Received: from [209.85.216.44] (HELO mail-qw0-f44.google.com) (209.85.216.44) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jun 2010 10:23:07 +0000 Received: by qwe5 with SMTP id 5so273912qwe.31 for ; Wed, 30 Jun 2010 03:22:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type; bh=LwI8Qi6x2HuWXTXFK2DO9tXsN2cn+NfIxKOQOMuMNAg=; b=BG1iY/TYojLR2X+OP38sKwVXVNKroFu5PWu2d1CcQBEm2KIgOk8PTlx+fI1jv3fR+2 pwDtMEgjdBQwHE3y5kcg/AP8tTG1O2V00TigCjpfQvPX/MSzWB/cBjBAvcxzjtyJHYUr QkSuHTSQbtScfPTAX2DHRjoJuu4uwhK9E3Nuk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=SgrmxzLilGOkxF3RlYfmj31G9DQB4G3TfRCBGF+FunlXwcUqVUi49QC4xcpsQPcFtj KyMXNe1p0y7EvBfeiV66U9n1nSRenNa7kfbLF9W5HrSXKIgK5AKrPRwZIDxMufzPHsws Ffcw1K0/TdUDsLsYihZZRT0l6O1x5c+1KnnTk= Received: by 10.224.80.100 with SMTP id s36mr5948201qak.207.1277893366199; Wed, 30 Jun 2010 03:22:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.11.80 with HTTP; Wed, 30 Jun 2010 03:22:25 -0700 (PDT) In-Reply-To: References: <1497298471-1277877167-cardhu_decombobulator_blackberry.rim.net-297129890-@bda2253.bisx.produk.on.blackberry> <318126678-1277892486-cardhu_decombobulator_blackberry.rim.net-1618933466-@bda2253.bisx.produk.on.blackberry> From: jz Date: Wed, 30 Jun 2010 15:22:25 +0500 Message-ID: Subject: Re: JMetere JDBC Test Confusing Result To: JMeter Users List Content-Type: multipart/alternative; boundary=00c09f88d0ad273799048a3cbc83 X-Virus-Checked: Checked by ClamAV on apache.org --00c09f88d0ad273799048a3cbc83 Content-Type: text/plain; charset=ISO-8859-1 Guys its a web applications. And connection pooling will be provided by container. I wanted to test only the time taken by query/stored procedure, not the time of spent in opening connection. Regards, Jehanzeb Qayyum On Wed, Jun 30, 2010 at 3:19 PM, sebb wrote: > On 30/06/2010, Sudip Kumar Bhattacharya > wrote: > > If it is a j2ee web application, app server wud be doing the connection > pooling. > > Yes, agreed. > > > If it is a desktop app running from multiple terminals then connection > pooling won't be there across multiple users. > > Yes, agreed. > > > I hope you are testing for a web application. > > If the OP wants to emulate the behaviour of a web application, then > they need to test using the pooling code actually used by the > applicaton, not the pooling code which happens to be used by JMeter. > > Note that the JMeter pooling implementation cannot be changed (except > by rewriting the code!). > > Alternatively, work out how many independent connections are created > by the web application, and use that many JMeter threads. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > --00c09f88d0ad273799048a3cbc83--