Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 36660 invoked from network); 26 Sep 2007 15:20:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Sep 2007 15:20:34 -0000 Received: (qmail 86799 invoked by uid 500); 26 Sep 2007 15:20:24 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 86778 invoked by uid 500); 26 Sep 2007 15:20:24 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 86767 invoked by uid 99); 26 Sep 2007 15:20:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Sep 2007 08:20:24 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Sep 2007 15:22:50 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 63AAE1A983A; Wed, 26 Sep 2007 08:20:11 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r579691 - /geronimo/sandbox/AsyncHttpClient/src/main/javadoc/overview.html Date: Wed, 26 Sep 2007 15:20:11 -0000 To: scm@geronimo.apache.org From: jgenender@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20070926152011.63AAE1A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jgenender Date: Wed Sep 26 08:20:10 2007 New Revision: 579691 URL: http://svn.apache.org/viewvc?rev=579691&view=rev Log: More javadoc Modified: geronimo/sandbox/AsyncHttpClient/src/main/javadoc/overview.html Modified: geronimo/sandbox/AsyncHttpClient/src/main/javadoc/overview.html URL: http://svn.apache.org/viewvc/geronimo/sandbox/AsyncHttpClient/src/main/javadoc/overview.html?rev=579691&r1=579690&r2=579691&view=diff ============================================================================== --- geronimo/sandbox/AsyncHttpClient/src/main/javadoc/overview.html (original) +++ geronimo/sandbox/AsyncHttpClient/src/main/javadoc/overview.html Wed Sep 26 08:20:10 2007 @@ -31,9 +31,5 @@ or web servers that need to access 3rd party web components and operate under heavy load. The major implication for this API is the ability to effectively and efficiently make use of threads while waiting for responses from the server. -

Usage

-Using the AsyncHttpClient is generally simple. In your application, you typically want to create a single -instance of the AsyncHttpClient and use it throughout the life cycle of your application. The AsyncHttpClient -only needs to be created once and reused to send multiple connections to multiple servers.