Opened 14 years ago
Closed 14 years ago
#1366 closed enhancement (fixed)
Resource Change Notification optimization (for tile cache).
Reported by: | stevedang | Owned by: | stevedang |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Tile Service | Version: | 2.2.0 |
Severity: | minor | Keywords: | |
Cc: | External ID: |
Description
Currently the tile cache manager unnecessarily tries to find all the dependents for an unrelated changed resource. To optimization this, the MapGuide server only needs to notify the cache manger of changed resources for specific types such as MapDefinition, LayerDefinition, DrawingSource, FeatureSource, SymbolDefinition, and SymbolLibrary.
Note:
See TracTickets
for help on using tickets.
Fixed by submission <<<http://trac.osgeo.org/mapguide/changeset/4929>>>.