Re: Question About ExcecutorFilter and OrderedThreadPoolExecutor

2008-01-14 Thread Trustin Lee
On Jan 5, 2008 9:28 AM, Geoff Cadien <[EMAIL PROTECTED]> wrote: > The javadoc for OrderedThreadPoolExecutor states: > > The event order is never mixed up. (e.g. messageReceived is always invoked > before sessionClosed or messageSent.) > > Does this apply when using an IoConnector as opposed to and

Question About ExcecutorFilter and OrderedThreadPoolExecutor

2008-01-04 Thread Geoff Cadien
The javadoc for OrderedThreadPoolExecutor states: The event order is never mixed up. (e.g. messageReceived is always invoked before sessionClosed or messageSent.) Does this apply when using an IoConnector as opposed to and IoAcceptor? I seem to be having messageReceived called before messageSent