[mapserver-commits] [MapServer/MapServer] 647a1d: Don't remove all memory files before creating a new.
Even Rouault
noreply at github.com
Sat Oct 3 15:39:05 PDT 2020
Branch: refs/heads/master
Home: https://github.com/MapServer/MapServer
Commit: 647a1d7df407f5934f5b2f0a706f0a38b7a6a1db
https://github.com/MapServer/MapServer/commit/647a1d7df407f5934f5b2f0a706f0a38b7a6a1db
Author: Krister Wicksell <krister.wicksell at sokigo.com>
Date: 2020-09-25 (Fri, 25 Sep 2020)
Changed paths:
M mapwmslayer.c
Log Message:
-----------
Don't remove all memory files before creating a new.
When WMS layers use memory files as temporary storage we can't delete all existing memory files before creating a new. This will generate a lot of "Unable to access file..." errors in a multi-threded application that uses MapScript.
However, we can always remove the temporary memory files even if the layer has debug enabled.
Commit: 93af663fe1e1e3bb541043ac2fb05e0192294f4e
https://github.com/MapServer/MapServer/commit/93af663fe1e1e3bb541043ac2fb05e0192294f4e
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2020-10-04 (Sun, 04 Oct 2020)
Changed paths:
M mapwmslayer.c
Log Message:
-----------
Merge pull request #6148 from Sokigo-GLS/branch-wms-layer-multi-threding-memory-files
Don't remove all temporary memory files for WMS layers before creating a new
Compare: https://github.com/MapServer/MapServer/compare/54daf9563811...93af663fe1e1
More information about the mapserver-commits
mailing list