Author: fhanik
Date: Fri Mar 24 15:54:45 2006
New Revision: 388678

URL: http://svn.apache.org/viewcvs?rev=388678&view=rev
Log:
Added to do items

Modified:
    tomcat/container/tc5.5.x/modules/groupcom/to-do.txt

Modified: tomcat/container/tc5.5.x/modules/groupcom/to-do.txt
URL: 
http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/modules/groupcom/to-do.txt?rev=388678&r1=388677&r2=388678&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/modules/groupcom/to-do.txt (original)
+++ tomcat/container/tc5.5.x/modules/groupcom/to-do.txt Fri Mar 24 15:54:45 2006
@@ -34,6 +34,13 @@
 
 Code Tasks:
 ===========================================
+36. UDP Sender and Receiver, initially without flow control and guaranteed 
delivery.
+    This can be easily done as an interceptor, and operate in parallel with 
the TCP sender.
+    It can implement an auto detect, so that if the message is going to a 
destination in the same network 
+    patch, then send it over UDP.
+
+35. The ability to share one channel amongst multiple processes
+
 34. Configurable payload for the membership heartbeat, so that the app can 
decide what to heartbeat.
     such as JMX management port, ala Andy Piper's suggestion.
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to