how often does the cache broadcast messages over the network?
If the updates are under transaction, then the broadcasts happen only when the transaction is about to commit (actually during the prepare stage internally). That is, it will be a batch update. However, if the operations are not under transaction context, then each update will trigger replication. Note that this has performance implications if network latency is a problem.
Related Questions
- With replication (REPL_SYNC/REPL_ASYNC) or invalidation (INVALIDATION_SYNC/INVALIDATION_ASYNC), how often does the cache broadcast messages over the network?
- What happens to messages when a network outage removes the route between an exchange and a bound queue?
- Is MPEG-4 addressing broadcast, network based, or file based playback?