Stanley Ding wrote: > 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? >
Why would you do that for a Connector? You are supposed to be a client, not a server. Any special needs ? -- -- cordialement, regards, Emmanuel Lécharny www.iktek.com directory.apache.org
