Author: fhanik
Date: Thu May 4 12:00:48 2006
New Revision: 399822
URL: http://svn.apache.org/viewcvs?rev=399822&view=rev
Log:
Added in notes about a replicated map that uses cookies to locate its backup
node
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=399822&r1=399821&r2=399822&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/modules/groupcom/to-do.txt (original)
+++ tomcat/container/tc5.5.x/modules/groupcom/to-do.txt Thu May 4 12:00:48 2006
@@ -83,6 +83,13 @@
very much of the network chatter, this task is dependent on task25
Question to be answered: How does the map know of the cookie?
Potential answer: Use a thread local and bind the request/response to it
+ Question: is there one cookie per map, or one cookie per server.
+ Potential answer: One cookie per app allows for heterogenous instances
+ is there a limit on number of cookies
+ per netscape and RFC 2109, section 6.3,, its 20
+ http://wp.netscape.com/newsref/std/cookie_spec.html
+ To work around the cookie limit problem there would be a suggested setting
+ of storing the preferred backup order, or simply require homogeneous
instances.
29. Thread pool, shrink dynamically
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]