[ 
https://issues.apache.org/jira/browse/ARTEMIS-2177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Francesco Nigro updated ARTEMIS-2177:
-------------------------------------
    Summary: Use work-stealing thread pool executor  (was: Improved behaviour 
of the common thread pool under contention)

> Use work-stealing thread pool executor
> --------------------------------------
>
>                 Key: ARTEMIS-2177
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2177
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>          Components: Broker
>    Affects Versions: 2.6.3
>            Reporter: Francesco Nigro
>            Assignee: Francesco Nigro
>            Priority: Major
>
> Currently ActiveMQThreadPoolExecutor uses internally a shared LinkedBlocking 
> queue that always perform a lock to push messages into the queue and signal 
> to wake up any (if any) awaiting consumer thread.
> This same behaviour could be improved both by:
> - using a lock-free queue that would eventually signal any (if any) threads 
> only if there is some
> - using a work stealing pool



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to