On Jun 27, 2006, at 9:35 PM, Richard Lowe wrote:
The answer to my question is probably very simple, so apologies in advancefor this!I have a class which extends IoHandlerAdapter.My DataRead method calls a method in another class (which is used to parsecommands that are received from a client).Will DataRead ever get called whilst it is waiting for a response from thisother class?
If you are using the ThreadPoolFilter which we ship (which is on by default in the latest version), then by the time your IoHandler is called, messageReceived will not be called concurrently for the *same IoSession*
So in your case, yes, it could get called, but it would be for a different IoSession.
-pete -- [EMAIL PROTECTED] - http://fotap.org/~osi
smime.p7s
Description: S/MIME cryptographic signature
