From: fhanik Date: Tue, 12 Feb 2008 16:25:49 +0000 (+0000) Subject: some more ideas X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=4606a76911023b9dd9be22315b9997b4be8746ec;p=tomcat7.0 some more ideas git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@620847 13f79535-47bb-0310-9956-ffa450edef68 --- 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 +