From jmeter-user-return-25800-apmail-jakarta-jmeter-user-archive=jakarta.apache.org@jakarta.apache.org Thu Jul 02 08:04:52 2009 Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 42884 invoked from network); 2 Jul 2009 08:04:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Jul 2009 08:04:52 -0000 Received: (qmail 75643 invoked by uid 500); 2 Jul 2009 08:05:02 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 75578 invoked by uid 500); 2 Jul 2009 08:05:01 -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 75568 invoked by uid 99); 2 Jul 2009 08:05:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2009 08:05:01 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [210.17.22.66] (HELO mail.symbio-group.com) (210.17.22.66) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2009 08:04:52 +0000 Received: from mail.symbio-group.com (localhost.localdomain [127.0.0.1]) by mail.symbio-group.com (Postfix) with ESMTP id 8D44FC54138 for ; Thu, 2 Jul 2009 16:04:29 +0800 (CST) Received: from T2050ShenChen (unknown [172.17.2.175]) by mail.symbio-group.com (Postfix) with ESMTP id 41ED4C54137 for ; Thu, 2 Jul 2009 16:04:29 +0800 (CST) From: "Bruce" To: Subject: How to do it with Synchronizing Timer Date: Thu, 2 Jul 2009 16:07:32 +0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000D_01C9FB2F.353FD420" X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: Acn67CZwJU/GgsgNRj2n0O+IBs+hxw== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 Message-Id: <20090702080429.41ED4C54137@mail.symbio-group.com> X-Virus-Scanned: ClamAV using ClamSMTP X-Virus-Checked: Checked by ClamAV on apache.org ------=_NextPart_000_000D_01C9FB2F.353FD420 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi All I want to test in this test scene using Synchronizing Timer. A port of my test plan like this Foreach controller --http sample -- Synchronizing Timer. I started up 10 threads. So I set time "10" for Synchronizing Timer. But when run, some thread has no is no date to run samples for Foreach controller, It means the number of the thread is less than ten. And the JMeter will wait for the tenth threads come. So it will hang forever. I want to known is there a way to let it run when the total number of the threads is less than 10. ------=_NextPart_000_000D_01C9FB2F.353FD420--