From dev-return-93713-apmail-tomcat-dev-archive=tomcat.apache.org@tomcat.apache.org Tue Jan 13 03:17:37 2009 Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 75949 invoked from network); 13 Jan 2009 03:17:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Jan 2009 03:17:37 -0000 Received: (qmail 57415 invoked by uid 500); 13 Jan 2009 03:17:31 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 57347 invoked by uid 500); 13 Jan 2009 03:17:30 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 57336 invoked by uid 99); 13 Jan 2009 03:17:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jan 2009 19:17:30 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [72.22.94.67] (HELO virtual.halosg.com) (72.22.94.67) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Jan 2009 03:17:21 +0000 Received: (qmail 7469 invoked from network); 12 Jan 2009 21:16:59 -0600 Received: from 72-19-171-38.static.mesanetworks.net (HELO ?192.168.3.131?) (72.19.171.38) by halosg.com with SMTP; 12 Jan 2009 21:16:59 -0600 Message-ID: <496C07AA.4010505@hanik.com> Date: Mon, 12 Jan 2009 20:16:58 -0700 From: Filip Hanik - Dev Lists User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: Tomcat Developers List Subject: Campaign for votes for NIO patches Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org gents, I'm gonna campaign for some votes on the NIO connectors, let me line up what is needed * [2] Prevent async close NPE on already closed sockets - This simply performs a != null check to make sure the closure of a socket goes through all the phases * [3] Add ability to fix the keyAlias in NIO/SSL http://svn.apache.org/viewvc?rev=720587&view=rev http://svn.apache.org/viewvc?rev=720553&view=rev - currently the keyAlias is ignored when using the NIO connector, so one is not allowed to specify a keyAlias in the keystore to be used. * [4] Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45154 (add sendfile support to NIO/SSL) - performance improvement http://svn.apache.org/viewvc?rev=720724&view=rev http://svn.apache.org/viewvc?rev=720728&view=rev http://svn.apache.org/viewvc?rev=725417&view=rev - Add in the ability to use send file even during SSL. This is a fairly large performance improvement, since SSL/NIO/emulated blocking is fairly slow. This frees up the worker thread and completes the delivery of the file in a non blocking fashion. * [5] Fix Comet interest registration bug http://people.apache.org/~fhanik/tomcat/comet-ops.patch +1: fhanik -1: During certain scenarios, the selector connector will register the system with no interest operations, which leaves the request hanging forever. I would very much like to get these suckers taken care of. If you have time, please review, vote or provide feedback Filip --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org