You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2013/07/09 14:59:48 UTC

[jira] [Created] (CAMEL-6522) camel-netty - Allow sharing boss and worker thread pools

Claus Ibsen created CAMEL-6522:
----------------------------------

             Summary: camel-netty - Allow sharing boss and worker thread pools
                 Key: CAMEL-6522
                 URL: https://issues.apache.org/jira/browse/CAMEL-6522
             Project: Camel
          Issue Type: New Feature
          Components: camel-netty
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 2.12.0


If you have many netty routes you may want to reuse netty boss / worker pools which allows to control the active number of threads in use.

For example if you have 200 routes with netty then by default they have all their own thread pools. By sharing thread pools we can control the number of threads and for example set that to lower values.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira