Author: sebb
Date: Tue Apr 21 16:03:22 2009
New Revision: 767200
URL: http://svn.apache.org/viewvc?rev=767200&view=rev
Log:
Highlight pool count = 0
Modified:
jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml
Modified: jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=767200&r1=767199&r2=767200&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Tue Apr 21
16:03:22 2009
@@ -2788,11 +2788,11 @@
</property>
<property name="Max Number of Connections"
required="Yes">Maximum number of connections allowed in the pool.
To ensure that threads don't have to wait for connections, set
the max count to the same as the number of threads.
- In versions of JMeter after 2.3, the value "0" is treated
specially.
+ <b>In versions of JMeter after 2.3, the value "0" is treated
specially.</b>
Instead of sharing the pool between all threads in the test
plan, a pool containing a single connection
is created for each thread. This ensures that the same
connection can be re-used for multiple samplers
in the same thread.
- Multiple such pools can be used - e.g. for connecting to
different databases - just give them different names.
+ Multiple pools can be used - e.g. for connecting to different
databases - just give them different names.
</property>
<property name="Pool timeout" required="Yes">Pool throws an
error if the timeout period is exceeded in the
process of trying to retrieve a connection</property>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]