changeset 5366:b551e4fdc708

cleanup todo
author Alain Mazy <am@osimis.io>
date Thu, 20 Jul 2023 11:23:31 +0200
parents 5653527a2b1d
children 0558bdff57ce
files TODO
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/TODO	Thu Jul 20 11:13:19 2023 +0200
+++ b/TODO	Thu Jul 20 11:23:31 2023 +0200
@@ -191,8 +191,6 @@
     - ModalitiesInStudy
     - all computed counters at series/study/patient level
     - RequestAttributesSequence (sequence that must be included in all DicomWeb QIDO-RS for series)
-* Investigate increase of CPU consumption while idle after anonymize/delete
-  (https://discourse.orthanc-server.org/t/onchange-callbacks-and-cpu-loads/3534)
 
 * Long-shot & not sure it is even feasible at all: try to reduce memory usage by implementing streaming
   when receiving DICOM instances from the Rest API or from DICOM and store files directly to disk as they
@@ -272,8 +270,6 @@
 Code refactoring
 ================
 
-* Use Semaphore::Locker everywhere (instead of explicit
-  Release() and Acquire())
 * Avoid direct calls to FromDcmtkBridge (make most of its 
   methods private), go through ParsedDicomFile wherever possible