uCosminexus Application Server, Expansion Guide
With the EADs session failover functionality, use two caches (application information cache and session information cache).
For estimating the memory size of an EADs server, number of data records, size of key and size of value are required. This subsection describes how to calculate the data unit, and the size of the key and value to be stored in the application information cache and session information cache used in the EADs session failover functionality.
For details on estimating memory of an EADs server, see the Elastic Application Data store User's Guide.
| Size (bytes) of key in application information cache = (number of characters in application identifier = (128 |
| Size (bytes) of value in application information cache = ((Number of characters in J2EE application name + Number of characters in context root name + Number of characters in the URL pattern that inhibits EADs session failover functionality + Number of characters in the URL pattern of refer-only requests) + 20) |
| Size (bytes) of key in session information cache = ((Number of characters in application identifier + Number of characters in session ID) =((128 + 112) |
| Size (bytes) of value in session information cache = Size of HTTP session attribute information + (Number of characters in J2EE server identifier = Size of HTTP session attribute information + (64 = Size of HTTP session attribute information + 312 |
For details on the size of HTTP session attribute information, see 5.8.2 Estimating size of HTTP session attribute information.
All Rights Reserved. Copyright (C) 2013, 2015, Hitachi, Ltd.