Return-Path: X-Original-To: apmail-jmeter-user-archive@www.apache.org Delivered-To: apmail-jmeter-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AAF399A8A for ; Tue, 6 Mar 2012 03:51:14 +0000 (UTC) Received: (qmail 78484 invoked by uid 500); 6 Mar 2012 03:51:14 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 78283 invoked by uid 500); 6 Mar 2012 03:51:12 -0000 Mailing-List: contact user-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "JMeter Users List" Delivered-To: mailing list user@jmeter.apache.org Received: (qmail 78240 invoked by uid 99); 6 Mar 2012 03:51:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Mar 2012 03:51:11 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of shettyd@gmail.com designates 209.85.214.171 as permitted sender) Received: from [209.85.214.171] (HELO mail-tul01m020-f171.google.com) (209.85.214.171) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Mar 2012 03:51:04 +0000 Received: by obhx4 with SMTP id x4so6882401obh.2 for ; Mon, 05 Mar 2012 19:50:43 -0800 (PST) Received-SPF: pass (google.com: domain of shettyd@gmail.com designates 10.182.13.8 as permitted sender) client-ip=10.182.13.8; Authentication-Results: mr.google.com; spf=pass (google.com: domain of shettyd@gmail.com designates 10.182.13.8 as permitted sender) smtp.mail=shettyd@gmail.com; dkim=pass header.i=shettyd@gmail.com Received: from mr.google.com ([10.182.13.8]) by 10.182.13.8 with SMTP id d8mr9596981obc.36.1331005843144 (num_hops = 1); Mon, 05 Mar 2012 19:50:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=1nmA/0C01NqgRUA+E31miPyiIjgHcCSWIYWDujjgLeA=; b=r53g2QkY27ROVb/Rl9pXDi1wEX0P4tPnRTHp0bWllQBRG0U1EXvJUR6ataHABEry7t 2P4cBnZ7pW9PLxpkBaVN0O7HBHDeofBLXxzmBCzW1Hp2f4QTBzQ8QhnWrHr4w4dcqwEx 2KaAy54UjIrafEeHKbj2JsgR1qUJCAJG0xtfPld0Tg5BxFmaNqSApJ+c5qeyQhE4IQLf P1QlnQC5AskoOgPPLdJMHeUFvZGCxh7hr48GYbpRNfnPIyLKRKhiLXm0mQsZvw7qBOqJ RAJ7YiXDj9Z85Yjog6Y7usVlevmRTcrJNBWT7YI46+BmGy26unMcaQQ1TeCEb4kUSsyo x3+g== MIME-Version: 1.0 Received: by 10.182.13.8 with SMTP id d8mr8343660obc.36.1331005843047; Mon, 05 Mar 2012 19:50:43 -0800 (PST) Received: by 10.182.72.197 with HTTP; Mon, 5 Mar 2012 19:50:42 -0800 (PST) In-Reply-To: <1330944679320-5537163.post@n5.nabble.com> References: <1330944679320-5537163.post@n5.nabble.com> Date: Mon, 5 Mar 2012 19:50:42 -0800 Message-ID: Subject: Re: Allowing only one thread to make a request at a time From: Deepak Shetty To: JMeter Users List Content-Type: multipart/alternative; boundary=f46d044481637806b504ba8af209 X-Virus-Checked: Checked by ClamAV on apache.org --f46d044481637806b504ba8af209 Content-Type: text/plain; charset=ISO-8859-1 I'd probably take a look at what you are trying to do - 30 "real" users wouldnt synchronize access - and if you expect your app to do the synchronizing then no further action should be needed from Jmeter. On Mon, Mar 5, 2012 at 2:51 AM, ruthm wrote: > Is it possible to set up the following scenario using JMeter? > > I have 30 users browsing through a site at the same time - I use a > threadgroup with 30 threads to do that. > > There is then one particular http request which i want to synchronize such > that only one user can carry out that request at a time. Is there any > controller that allows me to do this? > > Thanks > Ruth > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Allowing-only-one-thread-to-make-a-request-at-a-time-tp5537163p5537163.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org > For additional commands, e-mail: user-help@jmeter.apache.org > > --f46d044481637806b504ba8af209--