Re: FilterChain instantiation

2012-12-12 Thread Emmanuel Lécharny
Le 12/13/12 12:31 AM, Jon V a écrit : > I wrote "monotomic" which is a mis-spelling (lets blame it on the > auto-correction in Mac OSX) for "monotonic". Monotonic, by nature means that > an ordering mechanism must always be progressing forward and in > order.(guaranteed order) e.g. 1,2,3,4,5 >

Re: FilterChain instantiation

2012-12-12 Thread Jon V
Emanuel, Thank you for the reply. Since the mailing list system was not sending me replies, I was able to gain access to the replies through the apache mail archives system. I wrote "monotomic" which is a mis-spelling (lets blame it on the auto-correction in Mac OSX) for "monotonic". Monoton

Re: FilterChain instantiation

2012-12-12 Thread Jon V
I sent this email to the list yesterday but apparently I wasn't fully subscribed. Can someone please forward any responses. Thank you. -- Jon V Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Tuesday, December 11, 2012 at 9:58 PM, Jon V wrote: > Hi Guys, > > I am trying to find

Re: FilterChain instantiation

2012-12-11 Thread Emmanuel Lécharny
Le 12/12/12 3:58 AM, Jon V a écrit : > Hi Guys, > > I am trying to find out some information on how instances of the filter chain > is created. > > 1. Is the filter chain assembled on the acceptor global or is a duplicate > created for every session? Every new session has its own copy of the filt

FilterChain instantiation

2012-12-11 Thread Jon V
Hi Guys, I am trying to find out some information on how instances of the filter chain is created. 1. Is the filter chain assembled on the acceptor global or is a duplicate created for every session? 2. Does mina wait for an operation on a given session to complete before invoking the next on