Applications can be deployed across multiple servers in order to improve performance, increase throughput, and provide high availability (failover).
In distributed deployments, applications servers run in parallel and might need to share data, session state, and locks. In UNICOM® Digital Transformation Toolkit (UDTT™) Versions 10.1 and later, this requirement can be provided by implementing the remote cache service.
The remote cache service allows you to share the following types of information:
▪ Global Shared Data: Important data that is infrequently updated such as organization structures, product descriptions, or marketing campaigns
▪ Session Data/State: Session token and status
▪ Global Register: Global locks, counters, and queues