On 18/09/2010 12:53, [email protected] wrote: > Author: markt > Date: Sat Sep 18 11:53:19 2010 > New Revision: 998446 > > URL: http://svn.apache.org/viewvc?rev=998446&view=rev > Log: > Code clean-up > Align end-point behaviours. Should then be easier to apply async chnages.
Just a heads up, there is likely to be a regular stream of commits like this. I have an async implementation for BIO that passes the TCK and an extended set of Unit tests I have written (the current async impl passes the TCK but not the extended unit tests). I have tried and failed several times to port my patch from BIO to NIO. While I'm sure part of the problem is that I don't understand the NIO code as well as I do the BIO a larger issue is the differences in how the endpoints have been implemented. I my current plan is to go through the end points (and probably the Procotol and Processor classes to) and try and align the code as far as is practical. As a minimum this will make the code easier to maintain. I hope it will also make it easier to apply my Async changes. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
