You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by gd...@apache.org on 2009/10/06 04:53:51 UTC

svn commit: r822110 - /webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/http-transport.xml

Author: gdaniels
Date: Tue Oct  6 02:53:50 2009
New Revision: 822110

URL: http://svn.apache.org/viewvc?rev=822110&view=rev
Log:
Update docs.

Modified:
    webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/http-transport.xml

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/http-transport.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/%40axis2_version_dir%40/http-transport.xml?rev=822110&r1=822109&r2=822110&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/http-transport.xml (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/http-transport.xml Tue Oct  6 02:53:50 2009
@@ -58,6 +58,9 @@
 For maximum flexibility, this sender supports both the HTTP GET and POST interfaces.
 (REST in Axis2 also supports both interfaces.)</p>
 
+<p>Axis2 uses a single HTTPClient instance per ConfigurationContext (which usually means per instance
+of ServiceClient).  This pattern allows for HTTP 1.1 to automatically reuse TCP connections - in earlier versions of Axis2 the REUSE_HTTP_CLIENT configuration property was necessary to enable this functionality, but as of 1.5 this is no longer necessary.</p>
+
 <p>Commons HttpClient also provides HTTP 1.1, Chunking and KeepAlive support for Axis2.</p>
 
 <p>The &lt;transportSender/&gt; element defines transport senders in