[Tilesathome] Cutover to new server? When?
Sebastian Spaeth
Sebastian at SSpaeth.de
Fri Jul 11 14:34:58 BST 2008
Robin Harmsen wrote:
> About this ´a fallback mechanism to display "legacy tiles" if we had no tile yet, allowing for a slow switchover. converting just takes quite a while.´
>
> Does it put those legacy tiles also in the render queue, so it will get rendered whenever a client needs work to do
No, it doesn't make a lot of sense.
1) All tiles are frequently requested for lowzoom generation anyway, so
I can put all missing tiles in the render queue at once with a similar
result
2) Tile serving is supposed to be quick, so it does no maintenance work.
I can just run a script that adds a render request for all missing tiles
without all that.
The less code dealing with legacy tiles is intermingled in the regular
stuff the better. This is exactly one of the reasons why I starting
hating the old PHP server.
spaetz
More information about the Tilesathome
mailing list