You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Francesco Nigro (Jira)" <ji...@apache.org> on 2021/12/18 07:46:00 UTC

[jira] [Updated] (ARTEMIS-3615) Artemis CORE client create a new Netty Event Loop group for each connection

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

Francesco Nigro updated ARTEMIS-3615:
-------------------------------------
    Description: 
Currently Artemis's Core client is creating a whole new Netty event loop group (sized by default using 3*available cores) although it would serve just a single transport connection, that would just use a single thread (and core).
Ideally event loop group(s) (and threads) should be shared on the same connection factory or NettyConnector should just use a single thread for each transport connection (that seems a waste really, if a client box have more connections opened then available cores).


  was:
Currently Artemis's Core client is creating a whole new Netty event loop group (sized by default using 3*available cores) although it would serve just a single transport connection, that would just use a single thread (and core).
Ideally event loop group(s) (and threads) should be shared on the same connection factory or NettyConnector should just use a single thread for each transport connection (that seems a waste really, if a client box have more connections opened then available cores),


> Artemis CORE client create a new Netty Event Loop group for each connection
> ---------------------------------------------------------------------------
>
>                 Key: ARTEMIS-3615
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3615
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>            Reporter: Francesco Nigro
>            Assignee: Francesco Nigro
>            Priority: Major
>
> Currently Artemis's Core client is creating a whole new Netty event loop group (sized by default using 3*available cores) although it would serve just a single transport connection, that would just use a single thread (and core).
> Ideally event loop group(s) (and threads) should be shared on the same connection factory or NettyConnector should just use a single thread for each transport connection (that seems a waste really, if a client box have more connections opened then available cores).



--
This message was sent by Atlassian Jira
(v8.20.1#820001)