| Can I use Option A along with replicated beans? |
|
If multiple containers are hosting the same CMP Bean, Option A will break if used in a round-robin load-balancing technique. Currently, it is pretty much an either-or choice between:
Given our current design, there is no way to support both exclusive access and failover simultaneously. This really boils down to an issue with the Smart Agent, which doesn't distinguish between round-robin for performance and failover for availability.
|