You are viewing a plain text version of this content. The canonical link for it is here.
Posted to httpclient-users@hc.apache.org by Bala mani <ba...@gmail.com> on 2007/05/11 09:31:49 UTC

hi how to simulate Keep Alive feature using HttpClient

Hi all,
         i would like to simulate the Keep Alive feature using the
HttpClient package. what am i supposed to do.

Re: hi how to simulate Keep Alive feature using HttpClient

Posted by Roland Weber <RO...@de.ibm.com>.
Hi,

> Hi all,
>          i would like to simulate the Keep Alive feature using the
> HttpClient package. what am i supposed to do.

Do nothing. It works out of the box.
http://jakarta.apache.org/commons/httpclient/performance.html#Connection_persistence

hope that helps,
  Roland