Return-Path: Delivered-To: apmail-jakarta-httpcomponents-dev-archive@www.apache.org Received: (qmail 46316 invoked from network); 7 Feb 2007 17:36:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Feb 2007 17:36:27 -0000 Received: (qmail 85331 invoked by uid 500); 7 Feb 2007 17:36:33 -0000 Delivered-To: apmail-jakarta-httpcomponents-dev-archive@jakarta.apache.org Received: (qmail 85312 invoked by uid 500); 7 Feb 2007 17:36:33 -0000 Mailing-List: contact httpcomponents-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list httpcomponents-dev@jakarta.apache.org Received: (qmail 85303 invoked by uid 99); 7 Feb 2007 17:36:33 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Feb 2007 09:36:33 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Feb 2007 09:36:26 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C67817142BF for ; Wed, 7 Feb 2007 09:36:05 -0800 (PST) Message-ID: <32611521.1170869765810.JavaMail.jira@brutus> Date: Wed, 7 Feb 2007 09:36:05 -0800 (PST) From: "Oleg Kalnichevski (JIRA)" To: httpcomponents-dev@jakarta.apache.org Subject: [jira] Moved: (HTTPASYNC-10) Implement client-side async HTTP connection manager In-Reply-To: <30546542.1168628187828.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HTTPASYNC-10?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski moved HTTPCORE-25 to HTTPASYNC-10: ---------------------------------------------------- Fix Version/s: (was: 4.0-alpha4) 1.0-alpha1 Component/s: (was: HttpCore NIO) HttpAsync Key: HTTPASYNC-10 (was: HTTPCORE-25) Project: HttpComponents Async (was: HttpComponents Core) > Implement client-side async HTTP connection manager > --------------------------------------------------- > > Key: HTTPASYNC-10 > URL: https://issues.apache.org/jira/browse/HTTPASYNC-10 > Project: HttpComponents Async > Issue Type: New Feature > Components: HttpAsync > Reporter: Oleg Kalnichevski > Fix For: 1.0-alpha1 > > > Implement an async (non-blocking) version of the HTTP connection manager intended to facilitate the process of creating client connections and to enable re-use of persistent connections > Some API ideas (as discussed on the mailing list) > (1) the consumer calls the connection manager and registers a request for a connection; > (2) the connection manager checks whether there is an existent connection to the requested target host in the pool, and if not, initiates the process of creating one; > (3) at some point of tine the connection manager calls back and returns an open connection; -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: httpcomponents-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: httpcomponents-dev-help@jakarta.apache.org