Changes between Version 1 and Version 2 of Future/TileServiceEnhancements
- Timestamp:
- 03/19/08 00:05:50 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Future/TileServiceEnhancements
v1 v2 29 29 and management of the tile caches. 30 30 31 = Cacheability Ideas=31 = Cacheability by HTTP = 32 32 33 33 [wiki:MapGuideRfc11] added support for a '''Stateless Http GETTILEIMAGE request''', however, these tiles are served [[BR]] 34 34 without any cache headers which means they can only be proxied using a custom 'aggressive' proxy service. [[BR]] 35 35 36 [ticket:467 Add proper cache headers & file date to GETTILEIMAGE response] addresses this issue.36 [ticket:467 Add proper cache headers & file date to GETTILEIMAGE response]. 37 37 38 Some ofthe issues to be resolved is how long to set the cache headers to cache the tiles before checking back [[BR]]38 One of the the issues to be resolved is how long to set the cache headers to cache the tiles before checking back [[BR]] 39 39 to the Mapguide Server. This could done with a serverconfig.ini default and then an overriding parameter in the [[BR]] 40 ResourceHeader. 40 ResourceHeader. 41 41 42 42 = WMS = 43 43 44 [ticket:286 :WMS Cache headers] - see above.44 [ticket:286 WMS Cache headers] - see above. 45 45 46 [ticket:285 : Publish MapDefinitions via WMS] Currently only layers are exposed via WMS, maps should be as well.46 [ticket:285 Publish MapDefinitions via WMS] Currently only layers are exposed via WMS, maps could be as well. 47 47 48 48 The WMS service doesn't currently use the tile cache, which means every WMS request is rendered. [[BR]] … … 51 51 and capacity of WMS with Mapguide.[[BR]] 52 52 53 = TMS = 54 55 [wiki:GoogleSoC2007#TileMapServicePublishing TMS] 53 56 54 57 55 58 56 59 57