Changes between Initial Version and Version 1 of Ticket #2730


Ignore:
Timestamp:
Jul 13, 2016, 8:22:41 AM (8 years ago)
Author:
jng
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2730 – Description

    initial v1  
    1 It is worth storing the CREATERUNTIMEMAP response XML (with templated placeholders for session/mapname/etc) in a 2nd level cache, so that subsequent CREATERUNTIMEMAP requests for the same Map Definition with the same parameters can just read from the 2nd level cache, bypassing the XML construction.
     1For performance, it is worth storing the CREATERUNTIMEMAP response XML content (with templated placeholders for session/mapname/etc) in a 2nd level cache, so that subsequent CREATERUNTIMEMAP requests for the same Map Definition with the same parameters can just read from the 2nd level cache, bypassing the creation of a MgMap and rendering the response XML from it.
    22
    33Being a representation of a Map Definition, such cached items can be automatically invalidated if the original Map Definition has been updated in the repository.