Hi!
> Steve Johns [mailto:[EMAIL PROTECTED] wrote: > > I don't agree with your answer.If there are idle 5 threads in the pool, > 2 > incoming same session's events will be executed one after another? I > think > you have to synchronize the your business logic if it is neccessary. Correct me if I'm wrong, but isn't it one of the main features of mina, that I don't have to care (much) about synchronisation? I couldn't find a documentation about sync in mina on the quick, but I did never see a synchronized block in a IoFilter or IoHandler. regards (The other) Steve ^^
