On 24/03/2014 13:04, Rémy Maucherat wrote: > 2014-03-24 13:18 GMT+01:00 <ma...@apache.org>: > >> Author: markt >> Date: Mon Mar 24 12:18:57 2014 >> New Revision: 1580821 >> >> URL: http://svn.apache.org/r1580821 >> Log: >> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56304 >> WebSocket + BIO HTTP + Production = bad idea >> > Shouldn't the BIO connector be deprecated in 8.0 ? That would be simpler > to understand.
With the increasing amount of non-blocking IO in the various APIs, the writing is certainly on the wall for the BIO connector. My current thinking is that it should be dropped in 9.0.x In terms of when it is deprecated in 8.0.x, I'd like to delay that to give the NIO connector a chance to settle down as we have only just switched over to that as the default connector. I'm expecting the increased usage of NIO to identify some edge case bugs we haven't fixed yet. I'd be happier deprecating BIO after a reasonable period of stable releases with the NIO connector as the default. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org