[ 
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

Reply via email to