like this ?

            chain.addLast("codec", new ProtocolCodecFilter(new
FlashCrossdomainCodec()));

            //OrderedThreadPoolExecutor readerThreadPool = new
OrderedThreadPoolExecutor();
            chain.addLast("readExecutor", new ExecutorFilter(new
OrderedThreadPoolExecutor(), IoEventType.MESSAGE_RECEIVED));

            //OrderedThreadPoolExecutor writerThreadPool = new
OrderedThreadPoolExecutor();
            chain.addLast("writeExecutor", new ExecutorFilter(new
OrderedThreadPoolExecutor(), IoEventType.WRITE));



2010/9/22 Emmanuel Lecharny <[email protected]>

>  On 9/22/10 3:58 PM, FLV wrote:
>
>> I have this, should be helpful
>>
> Can you try the same test after having moved the executor after the codec ?
>
>
>
> --
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
>
>

Reply via email to