comparison NEWS @ 5420:d37dff2c0028 am-new-cache

Optimized the MemoryStringCache to prevent loading the same file multiple times if multiple users request the same file at the same time
author Alain Mazy <am@osimis.io>
date Mon, 13 Nov 2023 17:01:59 +0100
parents ca9cf4d46883
children c65e036d649b
comparison
equal deleted inserted replaced
5419:ac4e9fb87615 5420:d37dff2c0028
6 6
7 * Performance: 7 * Performance:
8 - Allow multiple plugins to use the plugin SDK at the same time. In previous versions, 8 - Allow multiple plugins to use the plugin SDK at the same time. In previous versions,
9 functions like instance transcoding or instance reading where mutually exclusive. 9 functions like instance transcoding or instance reading where mutually exclusive.
10 This can bring some significant improvements particularly in viewers. 10 This can bring some significant improvements particularly in viewers.
11 - Optimized the StorageCache to prevent loading the same file multiple times if
12 multiple users request the same file at the same time.
11 * Housekeeper plugin: 13 * Housekeeper plugin:
12 - Update to rebuild the cache of the DicomWeb plugin when updating to DicomWeb 1.15. 14 - Update to rebuild the cache of the DicomWeb plugin when updating to DicomWeb 1.15.
13 - New trigger configuration: "DicomWebCacheChange" 15 - New trigger configuration: "DicomWebCacheChange"
14 - Fixed reading the triggers configuration. 16 - Fixed reading the triggers configuration.
15 * HTTP Compression: 17 * HTTP Compression: