NonStop SOAP User's Manual

NonStop SOAP Features and Functions
NonStop SOAP User’s Manual520501-012
4-24
Enhanced Caching
SDL at startup (all entries not shown):
<sdl ...>
<Pathway ...>
...
<ServerClass Name="SC-1" ...>
<Service ServiceName="Service-A"
RspEncoding="ISO-8859-2"
Cache="yes" ...>
</Service>
<Service ServiceName="Service-B"
Cache="no" ...…>
</Service>
<Service ServiceName="Service-C"
Cache="yes" ...>
</Service>
</ServerClass>
<ServerClass Name="SC-2" ...>
<Service ServiceName="Service-G"
RspEncoding="ISO-8859-2"
Cache="yes" ...>
</Service>
<Service ServiceName="Service-H"
Cache="no" ...>
</Service>
</ServerClass>
</Pathway>
</sdl>
Example 1: After SOAP Server's Startup Processing
The services that have the Cache attribute set to “yes” are cached until the
SOAP_CACHE_SIZE is reached.
LRU = Least Recently Used, MRU = Most Recently Used
Figure 4-1 on page 4-25 shows one process or instance.