From 35c504c10c6f5ae94216a4173c035720acec297e Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 21 Jan 2009 20:40:38 +0000 Subject: cluster: Pipeline decoding. About 10% improvement in latency and throughput. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@736409 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/cluster.mk | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'cpp/src/cluster.mk') diff --git a/cpp/src/cluster.mk b/cpp/src/cluster.mk index 51672fd8bf..b13ce10b72 100644 --- a/cpp/src/cluster.mk +++ b/cpp/src/cluster.mk @@ -36,29 +36,30 @@ if HAVE_LIBCPG dmodule_LTLIBRARIES += cluster.la -cluster_la_SOURCES = \ - $(CMAN_SOURCES) \ - qpid/cluster/Cluster.cpp \ - qpid/cluster/Cluster.h \ +cluster_la_SOURCES = \ + $(CMAN_SOURCES) \ + qpid/cluster/Cluster.cpp \ + qpid/cluster/Cluster.h \ qpid/cluster/ClusterLeaveException.h \ qpid/cluster/ClusterMap.cpp \ qpid/cluster/ClusterMap.h \ - qpid/cluster/ClusterPlugin.cpp \ - qpid/cluster/Connection.cpp \ + qpid/cluster/ClusterPlugin.cpp \ + qpid/cluster/Connection.cpp \ qpid/cluster/Connection.h \ qpid/cluster/ConnectionCodec.cpp \ qpid/cluster/ConnectionCodec.h \ - qpid/cluster/ConnectionMap.h \ + qpid/cluster/ConnectionMap.h \ qpid/cluster/Cpg.cpp \ qpid/cluster/Cpg.h \ qpid/cluster/Dispatchable.h \ - qpid/cluster/DumpClient.cpp \ + qpid/cluster/DumpClient.cpp \ qpid/cluster/DumpClient.h \ qpid/cluster/Event.cpp \ qpid/cluster/Event.h \ - qpid/cluster/FailoverExchange.cpp \ + qpid/cluster/EventFrame.h \ + qpid/cluster/FailoverExchange.cpp \ qpid/cluster/FailoverExchange.h \ - qpid/cluster/Multicaster.cpp \ + qpid/cluster/Multicaster.cpp \ qpid/cluster/Multicaster.h \ qpid/cluster/NoOpConnectionOutputHandler.h \ qpid/cluster/OutputInterceptor.cpp \ -- cgit v1.2.1