[infinispan-issues] [JBoss JIRA] (ISPN-11563) Ensure we can use a non blocking thread pool for a blocking one with Loom
Will Burns (Jira)
issues at jboss.org
Mon Mar 30 13:52:11 EDT 2020
Will Burns created ISPN-11563:
---------------------------------
Summary: Ensure we can use a non blocking thread pool for a blocking one with Loom
Key: ISPN-11563
URL: https://issues.redhat.com/browse/ISPN-11563
Project: Infinispan
Issue Type: Enhancement
Components: Core
Reporter: Will Burns
Project Loom will add in Fibers and continuations. https://issues.redhat.com/browse/ISPN-11510 already adds in creating virtual threads. However we need to ensure that we can configure a system where the blocking and non blocking executors can point to the same thread pool since Loom will handle the continuation as needed.
We will have to test if these keeps performance the same as well, since the blocking call will still stop that processing, it just can run a different operation while the blocking operation completes.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the infinispan-issues
mailing list