Will the NIO connector reuse a thread for multiple http connections in
flight?

For example, an nio thread begins processing a request for an http
connection. The thread begins blocking on a slow database socket read. Will
Tomcat let the thread be reused in flight for other http connections? If
code was storing data in thread local storage I'd imagine there could be
problems.

Thanks,
-Bart Wood

Reply via email to