On 23/02/2012 12:42, Mark Thomas wrote:
> All,
> 
> The bulk of the WebSocket implementation is complete. There are,
> however, still quite a few TODOs.
> 
> 1. Autobahn failure of test 7.5.1 (close handling)
Fixed.

> 2. Autobahn UTF-8 failures. Invalid UTF-8 is not being detected by the
> Reader. Needs further investigating.
Fixed. (Thank you Apache Harmony).

> 3. Autobhan performance failures. Not all these tests are completing.
> Need to figure out why.
The implementation is horribly slow. See point 6.

The rest are still TODO.

Mark

> 4. i18n. Fix all the TODOs and ensure there are no hard-coded English
> messages.
> 
> 5. Threading. Fix the TODOs associated around multiple threads trying to
> send messages at the same time.
> 
> 6. Profiling. Take a look with YourKit and Autobahn's performance tests.
> If there are obvious bottlenecks, fix them.
> 
> 7. Add some documentation but mainly rely on the examples and the Javadoc.
> 
> 
> Once the above is complete, I intend back-porting the implementation to
> 7.0.x.
> 
> I'd also like to see a lot more examples.
> 
> I will probably back-port the generic upgrade support first before the
> above is complete.
> 
> Help with any/all of the above welcome.
> 
> Mark
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to