You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2013/07/01 18:48:21 UTC

[jira] [Commented] (AMQCPP-496) Number Of Connections Limited By DECAF_MAX_TLS_SLOTS in ThreadingTypes.h

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

Timothy Bish commented on AMQCPP-496:
-------------------------------------

Setting it this big could waste a bit of space for clients that don't need that many.  It would be preferable to enhance the current code to dynamically allocate a set of slots and then extend the threads with more when there is a call to do so.  
                
> Number Of Connections Limited By DECAF_MAX_TLS_SLOTS in ThreadingTypes.h
> ------------------------------------------------------------------------
>
>                 Key: AMQCPP-496
>                 URL: https://issues.apache.org/jira/browse/AMQCPP-496
>             Project: ActiveMQ C++ Client
>          Issue Type: Improvement
>          Components: CMS Impl
>    Affects Versions: 3.6.0
>         Environment: All
>            Reporter: Kevin Urciolo
>            Assignee: Timothy Bish
>
> #define DECAF_MAX_TLS_SLOTS 256 in ThreadTypes.h seems to impose a limit of 51 connections for a CMS client on our systems because of its use with threading.  We would like to request this number be increased a larger value, such as 1536, to allow a client to maintain additional connections.

--
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