Re: [gdal-dev] MUTEX_NONE question

2012-09-11 Thread Frank Warmerdam
On Tue, Sep 11, 2012 at 1:08 PM, Martin Chapman wrote: > If I don’t want to use GDAL in thread safe mode on Windows can just define > MUTEX_NONE in the nmake.opt file? If not, is there a way I can do it. Martin, I believe so, yes. > Also, I want to avoid caching. Can I just define the env var

[gdal-dev] MUTEX_NONE question

2012-09-11 Thread Martin Chapman
If I don't want to use GDAL in thread safe mode on Windows can just define MUTEX_NONE in the nmake.opt file? If not, is there a way I can do it. Also, I want to avoid caching. Can I just define the env var GDAL_FORCE_CACHING and set it to NO? Will that also avoid any thread synchronization?