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 2013/08/13 12:57:44 UTC

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

Author: sebb
Date: Tue Aug 13 10:57:44 2013
New Revision: 1513436

URL: http://svn.apache.org/r1513436
Log:
Tweak grammar

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=1513436&r1=1513435&r2=1513436&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Tue Aug 13 10:57:44 2013
@@ -1875,8 +1875,8 @@ If omitted, output is captured and retur
 <p>Before using this you need to set up a
 <complink name="MongoDB Source Config"/> Configuration element
 </p>
-<note>This Element uses for now com.mongodb.DB#eval which takes global write lock with performance impacts on Database, see <a href="http://docs.mongodb.org/manual/reference/method/db.eval/">db.eval()</a>. 
-So it is better to avoid using this element for load testing and use JSR223+Groovy scripting using <a href="../api/org/apache/jmeter/protocol/mongodb/config/MongoDBHolder.html">MongoDBHolder</a>.
+<note>This Element currently uses om.mongodb.DB#eval which takes a global write lock causing a performance impact on the database, see <a href="http://docs.mongodb.org/manual/reference/method/db.eval/">db.eval()</a>. 
+So it is better to avoid using this element for load testing and use JSR223+Groovy scripting using <a href="../api/org/apache/jmeter/protocol/mongodb/config/MongoDBHolder.html">MongoDBHolder</a> instead.
 MongoDB Script is more suitable for functionnal testing or test setup (setup/teardown threads)</note>
 </description>