Hi Maarten,

part b) was what I'm looking for. Thank you once more.

Best Regards
Michael

Maarten Bosteels schrieb:
Hi Michael,

Please provide more details ? What do you mean with "own method invocations"
?
Please note that
a) mina will not call messageReceived concurrently for the same IoSession
b) IoHandler.messageReceived could be called concurrenlty for multiple
IoSessions
so if your accessing some shared state from within your messageReceived
implementation,
you need to provide proper synchronization.

Maarten

Reply via email to