Author: sebb
Date: Sat May 19 16:03:55 2007
New Revision: 539807

URL: http://svn.apache.org/viewvc?view=rev&rev=539807
Log:
Functions are shared between threads, so setParameters() and execute() need to 
be synchronized if there are any class fields.

Modified:
    jakarta/jmeter/branches/rel-2-2/xdocs/changes.xml

Modified: jakarta/jmeter/branches/rel-2-2/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/xdocs/changes.xml?view=diff&rev=539807&r1=539806&r2=539807
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/xdocs/changes.xml (original)
+++ jakarta/jmeter/branches/rel-2-2/xdocs/changes.xml Sat May 19 16:03:55 2007
@@ -233,6 +233,7 @@
 <li>Bug 40851 - Loop controller with 0 iterations, stops evaluating the 
iterations field</li>
 <li>Bug 24684 - remote startup problems if spaces in the path of the 
jmeter</li>
 <li>Use Listener configuration when loading CSV data files</li>
+<li>Function methods setParameters() need to be synchronized</li>
 </ul>
 
 <h3>Version 2.2</h3>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to