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

Reply via email to