Hi! There's a thread pool, which means that there isn't a thread for each session. But the session's events are executed one-after-another, so you don't have to care about synchronzing as long as you stay in a session's context.
regards Steve > Alex _ [mailto:[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
