comparison NEWS @ 5154:dce028ec0fe9

merge
author Alain Mazy <am@osimis.io>
date Wed, 01 Feb 2023 19:24:58 +0100
parents 217863b09457
children f5907aecbaed
comparison
equal deleted inserted replaced
5151:a72e00a23191 5154:dce028ec0fe9
10 * Made the HTTP Client errors more verbose by including the url in the logs. 10 * Made the HTTP Client errors more verbose by including the url in the logs.
11 * Optimization: now using multiple threads to transcode files for asynchronous download of studies archive. 11 * Optimization: now using multiple threads to transcode files for asynchronous download of studies archive.
12 * New configuration "KeepAliveTimeout" with a default value of 1 second. 12 * New configuration "KeepAliveTimeout" with a default value of 1 second.
13 * ResourceModification jobs (/modify + /anonymize) can now use multiple threads to speed up processing 13 * ResourceModification jobs (/modify + /anonymize) can now use multiple threads to speed up processing
14 - New configuration "JobsEngineThreadsCount.ResourceModification" to configure the number of threads. 14 - New configuration "JobsEngineThreadsCount.ResourceModification" to configure the number of threads.
15 * Introduced a new Housekeeper thread in Orthanc (different from the Housekeeper sample plugin). This thread
16 regularly try to give back memory that Orthanc no longer uses to the system. This reduces the overall memory
17 consumption. However, only the memory at the end of a memory arena is given back to the system. Fragmented memory
18 is not given back and therefore, the memory consumption may still stay high. More information in
19 OrthancServer/Resources/ImplementationNotes/memory_consumption.txt.
15 20
16 REST API 21 REST API
17 -------- 22 --------
18 23
19 * Loosen the sanity checks for DICOM modifications, if "Force" option is given: 24 * Loosen the sanity checks for DICOM modifications, if "Force" option is given: