Mark Thomas <ma...@apache.org> wrote:

>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.

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

Fixed. Still scope for improvement.

>> 4. i18n. Fix all the TODOs and ensure there are no hard-coded English
>> messages.

Fixed.

>> 5. Threading. Fix the TODOs associated around multiple threads trying
>to
>> send messages at the same time.

Still to do.

>> 6. Profiling. Take a look with YourKit and Autobahn's performance
>tests.
>> If there are obvious bottlenecks, fix them.

Mostly fixed. Performance for lots of small messages is still terrible but I 
haven't added any buffering yet and that should help a lot. There are a few 
obvious bottle necks I want to fix before i add the buffering.
 
>> 7. Add some documentation but mainly rely on the examples and the
>Javadoc.

Still to do.

Getting there.

Mark


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

Reply via email to