From 4606a76911023b9dd9be22315b9997b4be8746ec Mon Sep 17 00:00:00 2001 From: fhanik Date: Tue, 12 Feb 2008 16:25:49 +0000 Subject: [PATCH] some more ideas git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@620847 13f79535-47bb-0310-9956-ffa450edef68 --- PROPOSALS.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/PROPOSALS.txt b/PROPOSALS.txt index 281160921..26ceb0a04 100644 --- a/PROPOSALS.txt +++ b/PROPOSALS.txt @@ -44,6 +44,7 @@ Add in support for UDP messages - periodic ack, time or message count - support multicast fire and forget - autoswitch TCP/UDP based on size, number of recipients, or on message flag + - add in versioning to the message structure Priority Messaging - Being able to send through high priority messages through a channel @@ -64,4 +65,9 @@ Performance/Concurrency ======================= - Remove usage of "synchronized" (previously used for JDK 1.4 compatibility) - make JDK 1.5 minimum version - - take advantage of java.util.concurrent \ No newline at end of file + - take advantage of java.util.concurrent + +Membership +========== + - implement payloadChange(...) event on membership listener + -- 2.11.0