[Tile-serving] [openstreetmap/mod_tile] Preventing mod_tile rendering from blocking the serving of cached tiles? (#182)
Frederik Ramm
notifications at github.com
Sun Jun 17 19:49:52 UTC 2018
What you describe must have another reason than you think.
When mod_tile finds a tile in the cache that is not old, it will deliver the tile without even talking to renderd, i.e. mod_tile at that point wouldn't even *know* whether renderd is under load or not.
You could be seeing congestion on the Apache side (depending on which MPM you have and how it is configured) - try to request a harmless static page, does that work?
Or you could be seeing disk congestion so bad that mod_tile cannot even access the meta tile and extract the PNG from it. (unlikely!)
Or, you might have an old tile in the cache, and depending on the `ModTileRequestTimeout` setting, mod_tile might try to have the old tile rendered before handing out an old one. This would, however, not mean that old tiles are never delivered - they would be delievered after `ModTileRequestTimeout` seconds.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/issues/182#issuecomment-397901992
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20180617/9e6cf34f/attachment.html>
More information about the Tile-serving
mailing list