https://bz.apache.org/bugzilla/show_bug.cgi?id=66660
--- Comment #7 from Diego Rivera <diego.riv...@armedia.com> --- > Sure, but you're asking for a dynamic static membership list here, basically. Kind of, but not. The only thing "dynamic" is the IP address to which each hostname would resolve to. If the hostname string is an IP address, well then so be it - there's no updating it and its end result will always be the same. What I'm asking for is a static membership list, with static hostname *strings*, where the resulting IP address said strings resolve to is allowed to change during the life of the Member. Also, I'm not saying that the name-to-address mapping should be allowed to change at any arbitrary moment: it should only be set once the member is confirmed to exist, and should only be cleared if the member disappears. The hostname string wouldn't change - only the IP address. The special edge case where the hostname string is an actual IP address really doesn't need any special handling as the resulting IP bytes won't ever change, and the overhead of computing them is negligible in the grand scheme of things. So yes - a little bit of dynamism, but not enough to require a significant rewrite of the Static membership classes (at least, I hope not :D). -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org