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 D19799743 for ; Fri, 20 Apr 2012 12:42:36 +0000 (UTC) Received: (qmail 78589 invoked by uid 500); 20 Apr 2012 12:42:36 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 78539 invoked by uid 500); 20 Apr 2012 12:42:35 -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 78527 invoked by uid 99); 20 Apr 2012 12:42:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Apr 2012 12:42:35 +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 asp.adieu@gmail.com designates 74.125.83.43 as permitted sender) Received: from [74.125.83.43] (HELO mail-ee0-f43.google.com) (74.125.83.43) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Apr 2012 12:42:28 +0000 Received: by eekc13 with SMTP id c13so2743130eek.2 for ; Fri, 20 Apr 2012 05:42:08 -0700 (PDT) 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=gQub9YHjj3DypCR6dgozIHYXxShsjAfN9/F9AJ+kuv4=; b=hyG52E0xaPoHyhNnOgGjeQCuVpKTpk5UWW/nCXRH13gWFMALvoOsCNcVExDXWERQ4T ItZVYCvzAJH6hbhycd/QRZznKD72pUzbLV68tthQkti9rwjRy5Pq5F6212P9mPrSop48 5IXNt6yu5rxRqjbXSUDy/IF+ca7OAgj0Z5uqOJb9/rRw8EWTYkZW+/xgvT0Qdcqno621 IuOp50PrQ+EP5e6XalH2nVw8sXyvf4HF3bQ2g9SlxB7h2bUPYFllU1XfFGSjPxf1P0KX icMQ/1OUTebJECPK8lznhWb8NsaFX3kj4NRiIcj7Pr5E09EH9/fqUoPI1OWMklwSvsVo ezzg== MIME-Version: 1.0 Received: by 10.14.98.131 with SMTP id v3mr1014935eef.61.1334925728159; Fri, 20 Apr 2012 05:42:08 -0700 (PDT) Received: by 10.213.28.6 with HTTP; Fri, 20 Apr 2012 05:42:08 -0700 (PDT) In-Reply-To: <1334897103798-5653351.post@n5.nabble.com> References: <1334664116102-5646401.post@n5.nabble.com> <1334842102527-5651754.post@n5.nabble.com> <1334897103798-5653351.post@n5.nabble.com> Date: Fri, 20 Apr 2012 15:42:08 +0300 Message-ID: Subject: Re: Generate Concurrent user load From: Adrian Speteanu To: JMeter Users List Content-Type: multipart/alternative; boundary=bcaec5215809d4186504be1b9db9 --bcaec5215809d4186504be1b9db9 Content-Type: text/plain; charset=UTF-8 well, loosly speaking, the words aren't exactly synonims and the way they are usually used in java, jmeter relies on the differences between the terms. I don't understand why this stands in your way. i agree with your definition of simultaneous, regarding jmeter's threads. THEN, synchronization will ensure that the configured number of threads will do ONE specific action simultaneously, instead of ANY action. This is actually what you want with this feature. Threads get de-synchronized because of server response times, ramp up period and timers used in jmter's script - which is good in terms of realism of test. If you actually require that all threads (or some of them) start specific portions of a test together (to overload that functionality), then you'll need to re-synchronize them -> i.e. use this sync timer. in my understanding, they are not the same thing. as for "will have active sessions" - i can't tell you that; it will, if you're loging in correctly with each single thread... On Fri, Apr 20, 2012 at 7:45 AM, niraj wrote: > synchronized and concurrency are same. Users will have active sessions and > doing exact same thing at a given point of time. > > Simultaneous: Users have active sessions, but performing different actions > at given point of time. > > If my understanding is wrong then please do correct me. > > > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Generate-Concurrent-user-load-tp5646401p5653351.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 > > --bcaec5215809d4186504be1b9db9--