Author: fhanik Date: Mon Apr 3 15:57:59 2006 New Revision: 391169 URL: http://svn.apache.org/viewcvs?rev=391169&view=rev Log: added small todo
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=391169&r1=391168&r2=391169&view=diff ============================================================================== --- tomcat/container/tc5.5.x/modules/groupcom/to-do.txt (original) +++ tomcat/container/tc5.5.x/modules/groupcom/to-do.txt Mon Apr 3 15:57:59 2006 @@ -34,12 +34,7 @@ Code Tasks: =========================================== -37. Interceptor.getOptionFlag() - lets the system configure a flag to be used - for the interceptor. that way, all constants don't have to be configured - in Channel.SEND_FLAG_XXXX. - Also, the GroupChannel will make a conflict check upon startup, - so that there is no conflict. I will change options to a long, - so that we can have 63 flags, hence up to 60 interceptors. +38. Make the AbstractReplicatedMap accept non serializable elements, but just don't replicate them 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. @@ -223,3 +218,11 @@ - MUST USE ClusterData.deepclone() to ensure thread safety if ClusterData objects get recycled Notes: Simple implementation, one thread, invokes all senders in parallel. Deep cloning is configurable as optimization. + +37. Interceptor.getOptionFlag() - lets the system configure a flag to be used + for the interceptor. that way, all constants don't have to be configured + in Channel.SEND_FLAG_XXXX. + Also, the GroupChannel will make a conflict check upon startup, + so that there is no conflict. I will change options to a long, + so that we can have 63 flags, hence up to 60 interceptors. +Notes: Completed, remained an int, so 31 flags \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]