Re: WebSocket TODOs

2012-02-26 Thread Mark Thomas
On 26/02/2012 00:43, Mark Thomas wrote: > On 25/02/2012 13:32, ma...@apache.org wrote: >> Mark Thomas wrote: > 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 Your

Re: WebSocket TODOs

2012-02-25 Thread Mark Thomas
On 25/02/2012 13:32, ma...@apache.org wrote: > Mark Thomas wrote: >>> 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

Re: WebSocket TODOs

2012-02-25 Thread markt
Mark Thomas 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

Re: WebSocket TODOs

2012-02-24 Thread Mark Thomas
On 24/02/2012 06:15, Jonathan Drake wrote: > On 2012/02/23 17:24, "Mark Thomas" 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 (cl

Re: WebSocket TODOs

2012-02-23 Thread Jonathan Drake
On 2012/02/23 17:24, "Mark Thomas" 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

Re: WebSocket TODOs

2012-02-23 Thread Mark Thomas
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.

WebSocket TODOs

2012-02-23 Thread Mark Thomas
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) 2. Autobahn UTF-8 failures. Invalid UTF-8 is not being detected by the Reader. Needs further investigating. 3. Autobhan performance failures