-
Task
-
Resolution: Unresolved
-
Critical
-
None
-
None
-
None
-
None
RESTEasy uses thread local object pooling to store application data. This is not great for virtual threads as they have to copy the object pool to each thread.
There is also a lot of synchronized blocks used as well as ConcurrentHashMap usages. These all need to be examined and usages, where applicable, should use locks.
- relates to
-
WFLY-19564 Epic: Virtual Threads support in WildFly
- Open