Re: NIO Thread Behavior With Http Connections

2016-02-11 Thread Bart Wood
chain? On Thu, Feb 11, 2016 at 2:59 PM, Mark Thomas wrote: > On 11/02/2016 21:54, Bart Wood wrote: > > Will the NIO connector reuse a thread for multiple http connections in > > flight? > > No. Once a thread enters the filter chain it is dedicated to that > request until

NIO Thread Behavior With Http Connections

2016-02-11 Thread Bart Wood
code was storing data in thread local storage I'd imagine there could be problems. Thanks, -Bart Wood