cylab-tw / bluelight

a browser-based DICOM viewer
MIT License
117 stars 45 forks source link

Retrieve a large number of instances causes partial WADO requests timeout. #4

Closed cylien closed 1 year ago

cylien commented 2 years ago

If a study contains many number instances e.g., a CT exam contains more than 1,000 images, sending WADO requests will be time out. It needs to redesign the retrieving mechanism to avoid this situation. For example, mixing asynchronous and synchronous HTTP requests may be a solution to avoid request large number of HTTP requests in a short period. The other method is to re-send a WADO request if a timeout happened.

cylien commented 1 year ago

8516372