Re: [gdal-dev] Question about GDAL lib size

2019-04-02 Thread Patrick Valsecchi
7MB. > > Do you know is there any parameters during “./configure” to compile > without debug? I didn’t find the document. > > > > BRs, > > Fan Liu > > > > *From:* Fan Liu > *Sent:* Tuesday, April 2, 2019 2:40 PM > *To:* Patrick Valsecchi > *Subject:*

Re: [gdal-dev] /vsicurl caching behavior

2018-01-05 Thread Patrick Valsecchi
Hi Even, Long time no see! On Fri, Jan 5, 2018 at 12:21 PM, Even Rouault wrote: > > 8) In the case discussed in 7), CPL_VSIL_CURL_NON_CACHED will just purge > > > the data from 1 the 3 caches: papsRegions. The vsil_cache and the disk > will > > > still cache the content. > > > > CPL_VSIL_CURL_N

[gdal-dev] /vsicurl caching behavior

2018-01-04 Thread Patrick Valsecchi
Hi, I've been looking at the performance of GDAL in the context of MapServer and QGIS accessing GeoTiff on a HTTP server (S3, mostly). Doing that, I had a good look at the cpl_vsil_curl.cpp file and the surroundings and that raised a few questions/concerns: 1) There are a lot of knobs that can b