You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by ge...@ws.apache.org on 2005/01/11 11:56:11 UTC

[Apache Web Services Wiki] New: FrontPage/Axis/KeepAlive

   Date: 2005-01-11T02:56:11
   Editor: ToshiyukiKimura
   Wiki: Apache Web Services Wiki
   Page: FrontPage/Axis/KeepAlive
   URL: http://wiki.apache.org/ws/FrontPage/Axis/KeepAlive

   Importing old wiki ...

New Page:

##language:en
'''Q: Does Axis support the HTTP 1.1 Keep-Alive header?'''

A: The [http://ietf.org/rfc/rfc2616.txt HTTP 1.1 specification] makes mention of a Keep-Alive header to minimize the overhead associated with opening and closing HTTP connections. 

In practice, the Keep-Alive feature is not particularly valuable in a corporate setting because of proxy servers. 

Users wishing to use the Keep-Alive header should use the <noWiki>org.apache.axis.transport.http.CommonsHTTPSender</noWiki> class in conjunction with the [http://jakarta.apache.org/commons/httpclient/ Jakarta Commons HttpClient package]. 

Related topic: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16522