Good Day All,
Running latest Orthanc, 1.4.1. I have 0 Concurrent jobs configured with SynchronousCMove set to false. If I am sending/forwarding a large study, lets say receiving and sending a CT study, I am not able to access the REST API, local web page (8042), or perform a DICOM query. Has anyone else noticed or run into this? Any way to keep a thread open for the REST API/C-Find?
Ok, found the issue. For anyone else running into it:
I have a site with very slow Internet, when sending a CR study, lets say 4 images. If I use RestApiPost to sent an instance, I will not be able to to any REST, C-Find or web queries against Orthanc until the images are uploaded as 4 separate jobs are created, one for each instance. If I do SendToPeer it will use 1 job for all 4 images, allowing for the system to respond to queries with the other jobs.