1、Can I add an executor filter before the codec filter?
2、When I add the executor before the codec filter, some times mina creates more 
than one Decoder instances for only one session [CodecFactory.getDecoder() is 
called more than once]. Why? 
3、When I add the executor before the codec filter, and there're many messages 
to decode, all threads in the pool are used to decode the messages, but I found 
that the Decoders are called in regular sequence: 1-start -〉1-end -> 2-start -> 
2-end -> 3-start -> 3-end, never found 1-start -> 2-start ->1-end -> 2-end... 
How can you do that?
 
 
_________________________________________________________________
News, entertainment and everything you care about at Live.com. Get it now!
http://www.live.com/getstarted.aspx

Reply via email to