You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Filip Hanik - Dev Lists <de...@hanik.com> on 2009/01/13 04:16:58 UTC

Campaign for votes for NIO patches

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