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

Add parallelization for performance #33

Closed
soxofaan opened this issue Feb 3, 2022 · 1 comment
Closed

Add parallelization for performance #33

soxofaan opened this issue Feb 3, 2022 · 1 comment

Comments

@soxofaan
Copy link
Member

soxofaan commented Feb 3, 2022

In various places (and especially the large area processing feature), the aggregator makes synchronous back-end requests in series. While this was the easiest to set up a proof of concept implementation in the existing openeo_driver framework, it is obviously bad for performance because some request can take quite long (e.g. batch job starting).
A lot can be gained by waiting for back-end responses in parallel.

@soxofaan
Copy link
Member Author

soxofaan commented Aug 3, 2022

duplicate of #28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant