GDAL raster cache works in one process for any thread in that process. It
is not shared among different processes.
See that reading simultaneously from the same dataset object in different
threads many corrupt your cache. Do not do that!
On Mon, 17 Feb 2025 at 17:38, Rami DV via gdal-dev
wrote:
Hello gdal-dev!
Please forgive me for the newbie question, I am just now starting to
develop more deeply with GDAL rather than just using the command line
programs.
I'm writing a program which opens a GDAL Tile Index from various different
threads & processes, and I would like to keep an LRU cach