[mapserver-commits] [MapServer/MapServer] 2039bc: Changes to locking with USE_THREAD
Krister Wicksell
noreply at github.com
Sun Oct 4 03:01:44 PDT 2020
Branch: refs/heads/branch-7-6
Home: https://github.com/MapServer/MapServer
Commit: 2039bcacc9e0fe079899bd127adb82f51ac9708b
https://github.com/MapServer/MapServer/commit/2039bcacc9e0fe079899bd127adb82f51ac9708b
Author: Anders Samuelsson <anders.samuelsson at sokigo.com>
Date: 2020-10-04 (Sun, 04 Oct 2020)
Changed paths:
M fontcache.c
Log Message:
-----------
Changes to locking with USE_THREAD
Commit: 57aba2019797b604962e7bad875b783b3fde9cca
https://github.com/MapServer/MapServer/commit/57aba2019797b604962e7bad875b783b3fde9cca
Author: Krister Wicksell <krister.wicksell at sokigo.com>
Date: 2020-10-04 (Sun, 04 Oct 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.
Compare: https://github.com/MapServer/MapServer/compare/b07d5dff8a29...57aba2019797
More information about the mapserver-commits
mailing list