Skip to content
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

Limit concurrency of IIIF fetches on our OSD implementation #490

Open
DiegoPino opened this issue Jan 20, 2025 · 0 comments
Open

Limit concurrency of IIIF fetches on our OSD implementation #490

DiegoPino opened this issue Jan 20, 2025 · 0 comments
Labels
IIIF Specs/Manifests/Implementations Javascript Favourite language of a PHP developer
Milestone

Comments

@DiegoPino
Copy link
Member

What?

A large manifest can basically have thousands of images. A single client will basically *with current code * try to fetch via async as many images it can, sometimes hitting our NGINX Bot Blocker. Also performance wise, given that image might be a sequence of a single HUGE PDF, that is terrible

I really like this approach (not that I have free time to do more but ...)

https://stackoverflow.com/a/69219159

@DiegoPino DiegoPino added IIIF Specs/Manifests/Implementations Javascript Favourite language of a PHP developer labels Jan 20, 2025
@DiegoPino DiegoPino added this to the 1.5.0 milestone Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IIIF Specs/Manifests/Implementations Javascript Favourite language of a PHP developer
Projects
None yet
Development

No branches or pull requests

1 participant