On 24/02/2012 06:15, Jonathan Drake wrote:
> On 2012/02/23 17:24, "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.
>>>
>>> 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.
> 
> 
> Ran into the same performance issues in our websocket branch. Found that
> buffering the processor IO streams vastly improved performance.

Thanks for the info. I suspected as much. I'll run the profiler anyway
just to be sure I catch all the hot spots in the test suite.

>>> I'd also like to see a lot more examples.
> 
> We wrote a nifty chat demo on our branch--will see about porting it to the
> current trunk.

That would be very, very cool.

Mark


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