- Status Assigned
- Percent Complete
- Task Type Feature Request
- Category lib
- Assigned To No-one
- Operating System All
- Severity Low
- Priority Very Low
- Reported Version master
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#63 - Asynchonous API
Instead of fetching each object on its own, make the API asynchronous so that a list of required objects is aggregated and the request is performed at once. This has the following advantages:
- Multithreaded API requests, useful in case any API mirrors exist
- Proper solution to the problem of too large objects being analysed. When the all-at-once fetch fails because of memory restrictions, the object is too large.