On Thu, Mar 12, 2009 at 12:54 PM, Oscar <[email protected]> wrote: > Thanks. I used ConcurrentLinkedQueue in the demo.;) > TH, Could I ask you a question? > > Assuming we are using ExecutorFilter to implement the mechanism, that is, > all the logic code runs in messageReceived. > if one piece of logic code costs a lot of time, does it influence the NIO > threads (named NioProcessor-n)? If you use an ExecutorFilter with a single-threaded executor... I think that should not affect the NIO threads since it is using its own thread.
-- Thomas Harning Jr.
