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