Changes between Initial Version and Version 1 of MapGuideRfc90


Ignore:
Timestamp:
Mar 25, 2010, 5:18:25 PM (14 years ago)
Author:
zspitzer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc90

    v1 v1  
     1= !MapGuide RFC 90 - Meta Tiling Support =
     2
     3This page contains an change request (RFC) for the !MapGuide Open Source project.
     4More !MapGuide RFCs can be found on the [wiki:MapGuideRfcs RFCs] page.
     5
     6
     7== Status ==
     8
     9||RFC Template Version||(1.0)||
     10||Submission Date||(Date/Time submitted)||
     11||Last Modified||(your name here) [[Timestamp]]||
     12||Author||(your name here)||
     13||RFC Status||(draft)||
     14||Implementation Status||(pending)||
     15||Proposed Milestone||(2.2)||
     16||Assigned PSC guide(s)||(when determined)||
     17||'''Voting History'''||(vote date)||
     18||no vote|| ||
     19
     20== Overview ==
     21
     22Add support internally to the MapGuide Server Engine to render larger tiles
     23and then slice them up into the normal tile sizes
     24
     25== Motivation ==
     26
     27It's much efficent to render one large tile than many small ones.
     28
     29== Proposed Solution ==
     30
     31Add a meta tile factor to the tile service, which then will render larger tiles
     32and then slice them up into the smaller tiles which get served to clients.
     33
     34== Implications ==
     35
     36The current approach with polling for lock files is inefficent and
     37is excaerbated by meta tiling. When using a meta tiling factor of 4,
     3815 tiles will wait and poll for 1s while the meta tile is rendered
     39and sliced up.
     40
     41Changing to a mutex would help
     42
     43
     44== Test Plan ==
     45
     46TBD
     47
     48== Funding/Resources ==
     49
     50TBD