Return-Path: Delivered-To: apmail-jakarta-httpcomponents-dev-archive@www.apache.org Received: (qmail 65481 invoked from network); 24 Jan 2007 00:09:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jan 2007 00:09:10 -0000 Received: (qmail 34540 invoked by uid 500); 24 Jan 2007 00:09:16 -0000 Delivered-To: apmail-jakarta-httpcomponents-dev-archive@jakarta.apache.org Received: (qmail 34507 invoked by uid 500); 24 Jan 2007 00:09:16 -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 34498 invoked by uid 99); 24 Jan 2007 00:09:16 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Jan 2007 16:09:16 -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; Tue, 23 Jan 2007 16:09:09 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 43B627142D4 for ; Tue, 23 Jan 2007 16:08:49 -0800 (PST) Message-ID: <9461447.1169597329271.JavaMail.jira@brutus> Date: Tue, 23 Jan 2007 16:08:49 -0800 (PST) From: "Anders Wallgren (JIRA)" To: httpcomponents-dev@jakarta.apache.org Subject: [jira] Commented: (HTTPCORE-28) DefaultConnectingIOReactor needs to queue new channels and call register() outside of select() In-Reply-To: <983378.1169595649262.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/HTTPCORE-28?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466862 ] Anders Wallgren commented on HTTPCORE-28: ----------------------------------------- NB: the patch just rethrows exceptions, which probably isn't the right behavior... > DefaultConnectingIOReactor needs to queue new channels and call register() outside of select() > ---------------------------------------------------------------------------------------------- > > Key: HTTPCORE-28 > URL: https://issues.apache.org/jira/browse/HTTPCORE-28 > Project: HttpComponents Core > Issue Type: Bug > Affects Versions: 4.0-alpha3 > Reporter: Anders Wallgren > Assigned To: Oleg Kalnichevski > Priority: Critical > Fix For: 4.0-alpha4 > > Attachments: DefaultConnectingIOReactor.patch > > > DefaultConnectingIOReactor.connect() shouldn't call SocketChannel.register() while the Selector.select() is being called. -- 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