
mod-geocache - issue #44
use multiple threads when fetching multiple tiles for a client request
tiles are fetched iteratively, which is a performance bottleneck if the tiles are not already cached. multiple tiles should be fetched each in their own thread.
marking low priority, as this only affects requests where multiple tiles are needed (i.e. tile merging or full wms), and the needed tiles are not already in the cache.
Comment #1
Posted on Feb 28, 2011 by Helpful Rhinopatch to enable multiple threads fetching tiles form the sources. Not applied as it isn't very tested.
Comment #2
Posted on Feb 28, 2011 by Helpful Rhinocorrect patch
- multithread.diff 7.43KB
Status: Accepted
Labels:
Type-Enhancement
Priority-Low
Component-Logic
Performance