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 2009/03/24 19:21:27 UTC

svn commit: r757934 - /activemq/activemq-cpp/trunk/src/main/Makefile.am

Author: tabish
Date: Tue Mar 24 18:21:25 2009
New Revision: 757934

URL: http://svn.apache.org/viewvc?rev=757934&view=rev
Log:
http://issues.apache.org/activemq/browse/AMQCPP-100

Close failed transports in a separate thread owned by a Composite task runner that will eventually be the task runner for all work in the Failover Transport, reducing the number of threads from two back down to one.

Modified:
    activemq/activemq-cpp/trunk/src/main/Makefile.am

Modified: activemq/activemq-cpp/trunk/src/main/Makefile.am
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/Makefile.am?rev=757934&r1=757933&r2=757934&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/Makefile.am (original)
+++ activemq/activemq-cpp/trunk/src/main/Makefile.am Tue Mar 24 18:21:25 2009
@@ -96,6 +96,7 @@
     activemq/transport/tcp/TcpTransport.cpp \
     activemq/transport/failover/FailoverTransportListener.cpp \
     activemq/transport/failover/FailoverTransportFactory.cpp \
+    activemq/transport/failover/CloseTransportsTask.cpp \
     activemq/transport/failover/BackupTransport.cpp \
     activemq/transport/failover/ReconnectTask.cpp \
     activemq/transport/failover/FailoverTransport.cpp \
@@ -618,6 +619,7 @@
     activemq/transport/tcp/TcpTransport.h \
     activemq/transport/failover/FailoverTransportListener.h \
     activemq/transport/failover/FailoverTransportFactory.h \
+    activemq/transport/failover/CloseTransportsTask.h \
     activemq/transport/failover/BackupTransport.h \
     activemq/transport/failover/ReconnectTask.h \
     activemq/transport/failover/FailoverTransport.h \