You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2013/07/05 15:03:36 UTC

svn commit: r1499994 - in /activemq/activemq-cpp/branches/3.7.x: ./ activemq-cpp/src/main/decaf/internal/util/concurrent/ThreadingTypes.h

Author: tabish
Date: Fri Jul  5 13:03:35 2013
New Revision: 1499994

URL: http://svn.apache.org/r1499994
Log:
https://issues.apache.org/jira/browse/AMQCPP-496

Add a few more static TLS slots

Modified:
    activemq/activemq-cpp/branches/3.7.x/   (props changed)
    activemq/activemq-cpp/branches/3.7.x/activemq-cpp/src/main/decaf/internal/util/concurrent/ThreadingTypes.h

Propchange: activemq/activemq-cpp/branches/3.7.x/
------------------------------------------------------------------------------
  Merged /activemq/activemq-cpp/trunk:r1499992

Modified: activemq/activemq-cpp/branches/3.7.x/activemq-cpp/src/main/decaf/internal/util/concurrent/ThreadingTypes.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/branches/3.7.x/activemq-cpp/src/main/decaf/internal/util/concurrent/ThreadingTypes.h?rev=1499994&r1=1499993&r2=1499994&view=diff
==============================================================================
--- activemq/activemq-cpp/branches/3.7.x/activemq-cpp/src/main/decaf/internal/util/concurrent/ThreadingTypes.h (original)
+++ activemq/activemq-cpp/branches/3.7.x/activemq-cpp/src/main/decaf/internal/util/concurrent/ThreadingTypes.h Fri Jul  5 13:03:35 2013
@@ -38,7 +38,7 @@ namespace concurrent{
     /**
      * Max number of TLS keys that a thread can use.
      */
-    #define DECAF_MAX_TLS_SLOTS 256
+    #define DECAF_MAX_TLS_SLOTS 384
 
     /**
      * This is the main method for thread instances, this value is valid