Under very heavy contention, MapCache has really screwy locking which can cause issues in which result gets returned.
I also know some devs have looked at some things to replace LRU with in order to prevent large scans from clobbering cache.
This ask is to have a better MapCache implementation that can handle high concurrency better.
Under very heavy contention, MapCache has really screwy locking which can cause issues in which result gets returned.
I also know some devs have looked at some things to replace LRU with in order to prevent large scans from clobbering cache.
This ask is to have a better MapCache implementation that can handle high concurrency better.