-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
request slabs not frames #2375
Comments
Of course this will only work on multiframe instances. |
@igoroctaviano @fedorov Do you guys know if this is valid anymore? |
I think this issue (requesting slabs) along with the exponential backoff retry capability should be kept open for v3. I can see these features being useful although they probably have low priority for IDC at the moment. @fedorov what do you think? |
We are finalizing our progressive loader with multiple stages with HTJ2k and I don't think requesting slab is in our roadmap cornerstonejs/cornerstone3D#779 It has various advantages compared to slab request including mix and match of lossy versions along with streaming. |
Related to #3082 |
@sedghi We are keeping this one. For now, HTJ2K will not work for IDC (also they don't use compressed images) so it's still important to have Slab request. |
Related to #2374
Since the server seems to get bogged down by all the frame requests for a volume we should use the RetrieveFrames request so we have fewer but larger transactions. We'll still want overlapping requests so probably we can experiment to find the right slab size for the requests.
The text was updated successfully, but these errors were encountered: