[ 
https://issues.apache.org/jira/browse/CAMEL-14247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16987851#comment-16987851
 ] 

Claus Ibsen commented on CAMEL-14247:
-------------------------------------

Ah yeah we need to use an ordered thread pool as in CAMEL-5689. So lets fix so 
the default size is not 16 but take into account if netty uses more threads 
such as when you have many cpu cores (default 2 x cpu core)

> camel-netty - Turn off component level shared thread pool and use nettys 
> workers directly
> -----------------------------------------------------------------------------------------
>
>                 Key: CAMEL-14247
>                 URL: https://issues.apache.org/jira/browse/CAMEL-14247
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-netty
>    Affects Versions: 3.0.0
>            Reporter: Claus Ibsen
>            Priority: Major
>             Fix For: 3.1.0
>
>
> There is a shared worker pool on the component level that has 16 threads out 
> of the box. You can turn this off as said before and it uses nettys worker 
> threads directly. So that pool would be shared if you have more netty 
> consumers eg maybe 2 or more routes that start from netty.
> Today I am not sure if it was a good idea to have a 16 thread pool by default 
> that is shared among all netty consumers in the same Camel app.It should 
> possible have been turned off, and just use the netty worker threads directly.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to