<div dir="ltr">In my system I receive http request to my web server and therefore a new thread is opened for every process.<div>Now, I understand that I would better open a channel for each thread.�</div><div>So I use java Threadlocal for channel.</div>
<div><br></div><div>Will this slow me down?</div><div>Is there a better way than opening a channel (and closing it for each http request)?</div></div>