ConcurrentPool
should not use the thread-local cache when running on a virtual thread
#10568
Labels
ConcurrentPool
should not use the thread-local cache when running on a virtual thread
#10568
Jetty version(s)
12.0.x
Enhancement Description
ConcurrentPool
has a thread-local cache that can be optionally enabled to increase the pool's performance for certain kinds of pooled objects. But this is counter-productive when the thread is a virtual one, so the pool should avoid using the cache in that case.The text was updated successfully, but these errors were encountered: