You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2005/08/06 19:19:14 UTC

cvs commit: jakarta-jmeter/xdocs changes.xml

sebb        2005/08/06 10:19:14

  Modified:    xdocs/usermanual component_reference.xml
               xdocs    changes.xml
  Log:
  Update manual for TCP fixes
  
  Revision  Changes    Path
  1.123     +10 -3     jakarta-jmeter/xdocs/usermanual/component_reference.xml
  
  Index: component_reference.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/component_reference.xml,v
  retrieving revision 1.122
  retrieving revision 1.123
  diff -u -r1.122 -r1.123
  --- component_reference.xml	4 Aug 2005 00:45:41 -0000	1.122
  +++ component_reference.xml	6 Aug 2005 17:19:14 -0000	1.123
  @@ -617,8 +617,15 @@
   		<p>
   		The TCP Sampler opens a TCP/IP connection to the specified server.
   		It then sends the text, and waits for a response.
  -		Once established, the same connection is re-used by the Sampler that created it.
  -		Connections are not shared between Samplers, even in the same thread.
  +		<br></br>
  +		Connections are shared between Samplers in the same thread, provided that the exact
  +		same host name string and port are used.
  +		To force a different socket to be used, change the hostname by changing the case
  +		of one of the letters, e.g. www.apache.org and wWw.apache.org will use different
  +		sockets.
  +		<br></br>
  +		If an error is detected, the socket is closed. 
  +		Another socket will be reopened on the next sample.
   		<br></br>
   		The following properties can be used to control its operation:
   		</p>
  
  
  
  1.37      +2 -1      jakarta-jmeter/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/xdocs/changes.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- changes.xml	12 Jul 2005 20:42:21 -0000	1.36
  +++ changes.xml	6 Aug 2005 17:19:14 -0000	1.37
  @@ -81,6 +81,7 @@
   <li>Fixed webservice sampler so it works with user defined variables</li>
   <li>Fixed screen borders for LDAP config GUI elements</li>
   <li>Bug 31184 - make sure encoding is specified in JDBC sampler</li>
  +<li>TCP sampler - only share sockets with same host:port details; correct the manual</li>
   </ul>	
   	
   <h3>Version 2.0.3</h3>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org