diff options
| author | Alan Conway <aconway@apache.org> | 2011-06-15 20:15:51 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2011-06-15 20:15:51 +0000 |
| commit | 4cb595e5f5a3f68b4abb1e1aca1922269fa2b559 (patch) | |
| tree | 6d2f930af52b5f4aa1e035e2b5cb48ee5182da4b /qpid/cpp/src/Makefile.am | |
| parent | 888505626d5fd5b8eee141017617d894eb0cc16f (diff) | |
| download | qpid-python-4cb595e5f5a3f68b4abb1e1aca1922269fa2b559.tar.gz | |
QPID-3280: Performance problem with TTL messages.
When sending a large number of messages with nonzero TTLs to a
cluster, overall message throughput drops by around 20-30% compared to
messages with TTL 0.
The previous approach to TTL in the cluster is replaced with a simpler
"cluster clock". Also QueueCleaner is executed in the cluster timer,
and modified to be deterministic in a cluster.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1136170 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index 15021cc68b..608afb0660 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/cpp/src/Makefile.am @@ -616,8 +616,6 @@ libqpidbroker_la_SOURCES = \ qpid/broker/QueueFlowLimit.h \ qpid/broker/QueueFlowLimit.cpp \ qpid/broker/RateFlowcontrol.h \ - qpid/broker/RateTracker.cpp \ - qpid/broker/RateTracker.h \ qpid/broker/RecoverableConfig.h \ qpid/broker/RecoverableExchange.h \ qpid/broker/RecoverableMessage.h \ |
