Hi Trustin,

Thanks for your quick reply.

Trustin Lee wrote:
ExecutorFilter maintains the order of event so that your handler
implementation is not called simultaneously for the same session.  If
you want to disable this feature, you need to write your own filter,
or wait for 2.0.0-M1 release, which provides UnorderedExecutorFilter.

I see. I am constrained to Java 1.4, so I guess I will write my own filter
or just use a thread pool in my IoHandler.

many thanks,
Alex

Reply via email to