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

Multithreaded retrieval of samples in storage to supervisor #360

Open
MaxiBoether opened this issue Jan 11, 2024 · 0 comments
Open

Multithreaded retrieval of samples in storage to supervisor #360

MaxiBoether opened this issue Jan 11, 2024 · 0 comments
Labels

Comments

@MaxiBoether
Copy link
Contributor

The supervisor expects all new samples in order. The current (disabled) multithreaded version of send_file_ids_and_labels however sends the new samples in arbitrary order since the threads just send data when available. Hence, we needed to disable the multithreaded implementation for now and enforce single threaded sending of new samples.

We might want to parallelize building the result and then sending it in order or something else that speeds this up.

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

No branches or pull requests

1 participant