You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Luis Barreiro (JIRA)" <ji...@apache.org> on 2016/10/25 19:38:58 UTC

[jira] [Created] (ARTEMIS-822) Reduce thread synchronization on the Journal

Luis Barreiro created ARTEMIS-822:
-------------------------------------

             Summary: Reduce thread synchronization on the Journal
                 Key: ARTEMIS-822
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-822
             Project: ActiveMQ Artemis
          Issue Type: Improvement
            Reporter: Luis Barreiro


Currently there is a lock in the journal so that only one thread can append at a time. Although the operation is fast, it can become a bottleneck on environments with hundreds of threads. There should be a way for threads not  to be blocked on append operations.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)