Skip to content

Commit 670764d

Browse files
committedNov 15, 2017
[GDAL provider] Improve UI responsiveness affected by 3b2b98b
The consequence of sharing the same GDAL object and protecting them under mutex is that instanciating a new pipeline for job preview background can actually be blocked for a long time, and thus causing the UI to be totally non-responsive So change the strategy to use a global cache of GDAL datasets that can be reused by cloned GDAL providers, while still maintaining the number of opened datasets to a reasonable amount.
1 parent 3b2b98b commit 670764d

File tree

2 files changed

+363
-67
lines changed

2 files changed

+363
-67
lines changed
 

0 commit comments

Comments
 (0)
Please sign in to comment.