[ https://issues.apache.org/activemq/browse/CAMEL-2371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=58278#action_58278 ]
Claus Ibsen commented on CAMEL-2371: ------------------------------------ Ashwin. I actually think we need to consult Netty documentation what they recommend to provide as {{ExeuctorService}} (= thread pool). The cached executor service provided from the JDK is too aggressive IMHO, eg. you can end up with 1000s created threads in no time, if the server is not busy. So I would assume they had a pool setting with like a min / max value. For example Jetty is using 20 / 200 AFAIR. > Netty component > --------------- > > Key: CAMEL-2371 > URL: https://issues.apache.org/activemq/browse/CAMEL-2371 > Project: Apache Camel > Issue Type: New Feature > Reporter: Claus Ibsen > Assignee: Ashwin Karpe > Fix For: Future > > Attachments: camel-netty-patch.diff, camel-netty20100304.zip > > > Consider creating a new JBoss [Netty|http://www.jboss.org/netty/] component > as a supplement to the MINA component. > It starts to become a _joke_ with the Mina 2.0 release which has take 2+ > years and still not released. > And one of the primary drivers behind MINA joined JBoss and created Netty > instead. It appears as a good alternative. > Netty is also Apache licensed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.