Re: Using an Authentication Filter and IoHandlerAdapter

2013-08-02 Thread Jon V.
The major problem with any kind of ordering is the blocking and major performance problems relative to the load. On Aug 1, 2013 9:55 PM, "Ashish" wrote: > On Fri, Aug 2, 2013 at 7:15 AM, Jon V. wrote: > > > To my knowledge the executor filter does not guarantee any kind of order. > > This means

Re: Using an Authentication Filter and IoHandlerAdapter

2013-08-02 Thread Jon V.
Write your state to the IoSession and read it from the handler. On Aug 1, 2013 10:06 PM, "Hunter McMillen" wrote: > Ok I think I understand the ordering now, we probably don't need an > Executor. Our main issue is still how to link the state machine with our > IoHandlerAdaptor. > > As of right no