Re: svn commit: r1665736 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AprEndpoint.java Nio2Endpoint.java NioEndpoint.java SocketWrapperBase.java

2015-03-11 Thread Mark Thomas
On 11/03/2015 08:19, Mark Thomas wrote: > On 11/03/2015 08:01, Keiichi Fujino wrote: >> 2015-03-11 16:50 GMT+09:00 Mark Thomas : >> >>> On 11/03/2015 06:19, Keiichi Fujino wrote: 2015-03-11 7:35 GMT+09:00 : > Author: markt > Date: Tue Mar 10 22:35:19 2015 > New Revision: 16657

Re: svn commit: r1665736 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AprEndpoint.java Nio2Endpoint.java NioEndpoint.java SocketWrapperBase.java

2015-03-11 Thread Mark Thomas
On 11/03/2015 08:07, Rémy Maucherat wrote: > 2015-03-10 23:35 GMT+01:00 : > >> Author: markt >> Date: Tue Mar 10 22:35:19 2015 >> New Revision: 1665736 >> >> URL: http://svn.apache.org/r1665736 >> Log: >> Stop re-using the SocketWrapper >> With the introduction of upgrade and non-blocking, I/O can

Re: svn commit: r1665736 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AprEndpoint.java Nio2Endpoint.java NioEndpoint.java SocketWrapperBase.java

2015-03-11 Thread Mark Thomas
On 11/03/2015 08:01, Keiichi Fujino wrote: > 2015-03-11 16:50 GMT+09:00 Mark Thomas : > >> On 11/03/2015 06:19, Keiichi Fujino wrote: >>> 2015-03-11 7:35 GMT+09:00 : >>> Author: markt Date: Tue Mar 10 22:35:19 2015 New Revision: 1665736 URL: http://svn.apache.org/r1665736

Re: svn commit: r1665736 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AprEndpoint.java Nio2Endpoint.java NioEndpoint.java SocketWrapperBase.java

2015-03-11 Thread Rémy Maucherat
2015-03-10 23:35 GMT+01:00 : > Author: markt > Date: Tue Mar 10 22:35:19 2015 > New Revision: 1665736 > > URL: http://svn.apache.org/r1665736 > Log: > Stop re-using the SocketWrapper > With the introduction of upgrade and non-blocking, I/O can occur on > non-container threads. This makes it near i

Re: svn commit: r1665736 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AprEndpoint.java Nio2Endpoint.java NioEndpoint.java SocketWrapperBase.java

2015-03-11 Thread Keiichi Fujino
2015-03-11 16:50 GMT+09:00 Mark Thomas : > On 11/03/2015 06:19, Keiichi Fujino wrote: > > 2015-03-11 7:35 GMT+09:00 : > > > >> Author: markt > >> Date: Tue Mar 10 22:35:19 2015 > >> New Revision: 1665736 > >> > >> URL: http://svn.apache.org/r1665736 > >> Log: > >> Stop re-using the SocketWrapper >

Re: svn commit: r1665736 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AprEndpoint.java Nio2Endpoint.java NioEndpoint.java SocketWrapperBase.java

2015-03-11 Thread Mark Thomas
On 11/03/2015 06:19, Keiichi Fujino wrote: > 2015-03-11 7:35 GMT+09:00 : > >> Author: markt >> Date: Tue Mar 10 22:35:19 2015 >> New Revision: 1665736 >> >> URL: http://svn.apache.org/r1665736 >> Log: >> Stop re-using the SocketWrapper >> With the introduction of upgrade and non-blocking, I/O can

Re: svn commit: r1665736 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AprEndpoint.java Nio2Endpoint.java NioEndpoint.java SocketWrapperBase.java

2015-03-10 Thread Keiichi Fujino
2015-03-11 7:35 GMT+09:00 : > Author: markt > Date: Tue Mar 10 22:35:19 2015 > New Revision: 1665736 > > URL: http://svn.apache.org/r1665736 > Log: > Stop re-using the SocketWrapper > With the introduction of upgrade and non-blocking, I/O can occur on > non-container threads. This makes it near im

svn commit: r1665736 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AprEndpoint.java Nio2Endpoint.java NioEndpoint.java SocketWrapperBase.java

2015-03-10 Thread markt
Author: markt Date: Tue Mar 10 22:35:19 2015 New Revision: 1665736 URL: http://svn.apache.org/r1665736 Log: Stop re-using the SocketWrapper With the introduction of upgrade and non-blocking, I/O can occur on non-container threads. This makes it near impossible to track whether a SocketWrapper (=