You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2012/01/21 15:07:52 UTC

svn commit: r1234329 - /jmeter/trunk/xdocs/usermanual/component_reference.xml

Author: sebb
Date: Sat Jan 21 14:07:52 2012
New Revision: 1234329

URL: http://svn.apache.org/viewvc?rev=1234329&view=rev
Log:
Minor clarification

Modified:
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1234329&r1=1234328&r2=1234329&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Sat Jan 21 14:07:52 2012
@@ -5271,7 +5271,7 @@ It uses default port 8081 since 2.5.2. 
 <properties>
         <property name="Port" required="Yes">Port on which Mirror server listens, defaults to 8081.</property>
         <property name="Max Number of threads" required="No">If set to a value > 0, number of threads serving requests will be limited to the configured number, if set to a value &lt;=0 
-        a new thread will be created to serve incoming requests. Defaults to 0</property>
+        a new thread will be created to serve each incoming request. Defaults to 0</property>
         <property name="Max Queue size" required="No">Size of queue used for holding tasks before they are executed by Thread Pool, when Thread pool is exceeded, incoming requests will
         be held in this queue and discarded when this queue is full. This parameter is only used if Max Number of Threads is greater than 0. Defaults to 25</property>
 </properties>