You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by sebb <se...@gmail.com> on 2013/01/11 01:55:43 UTC

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

Good catch

On 10 January 2013 16:01,  <pm...@apache.org> wrote:
> Author: pmouawad
> Date: Thu Jan 10 16:01:56 2013
> New Revision: 1431457
>
> URL: http://svn.apache.org/viewvc?rev=1431457&view=rev
> Log:
> Clarify documentation
>
> 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=1431457&r1=1431456&r2=1431457&view=diff
> ==============================================================================
> --- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
> +++ jmeter/trunk/xdocs/usermanual/component_reference.xml Thu Jan 10 16:01:56 2013
> @@ -3646,7 +3646,7 @@ instead. (see figures 12 and 13).</p>
>                 </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>
> -               <property name="Idle Cleanup Interval (ms)" required="Yes">Uncertain what exactly this does.</property>
> +               <property name="Idle Cleanup Interval (ms)" required="Yes">This is used to specify how long idle connections will be maintained in the pool before being closed. For a complete explanation on how this works, see <a href="http://excalibur.apache.org/apidocs/org/apache/avalon/excalibur/pool/ResourceLimitingPool.html#trim%28%29">ResourceLimitingPool.trim()</a> (Defaults to "60000", 1 minute)</property>
>                 <property name="Auto Commit" required="Yes">Turn auto commit on or off for the connections.</property>
>                 <property name="Keep-alive" required="Yes">Uncertain what exactly this does.</property>
>                 <property name="Max Connection Age (ms)" required="Yes">Uncertain what exactly this does.</property>
>
>