On Jun 27, 2006, at 9:35 PM, Richard Lowe wrote:
The answer to my question is probably very simple, so apologies in advance
for this!

I have a class which extends IoHandlerAdapter.

My DataRead method calls a method in another class (which is used to parse
commands that are received from a client).

Will DataRead ever get called whilst it is waiting for a response from this
other 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


Attachment: smime.p7s
Description: S/MIME cryptographic signature

  • Blocking Richard Lowe
    • Re: Blocking peter royal

Reply via email to