On Wed, Aug 20, 2008 at 10:35 PM, Alex _ <[EMAIL PROTECTED]> wrote: > Hi > how does the executor filterchain work? is each session in its own thread > or is each event within a session in its own thread? Or something else? This > is for mina 2M3
Guess you're talking about ExecutorFilter - so yes each protocol message is delivered up to your handler its own thread taken from the executor's pool to free processor threads. Alex
