On 15/01/2019 18:36, Tim K wrote: > Question: what's considered a "large" cluster I've seen a lot of > documentation about small vs large but I'd like to know what is considered > large. Could the DeltaManager handle one single cluster (all-to-all) with > 8 members with 8GB allocated to each jvm, separate servers? Not storing > much in the session besides 3-4 short strings.
It depends more on the frequency and size of session updates. With the DeltaManager traffic volume is proportional to n(n-1) where n is the number of nodes. With the BackupManager it is proportional to n. With 8 nodes the DeltaManager generates 7 times the cluster traffic that the BackManager generates. Whether your network will cope with that will depend on the app and usage pattern. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org