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

Multithreading MultiInjectors #6

Open
1 task
BenSmithers opened this issue Feb 3, 2020 · 2 comments
Open
1 task

Multithreading MultiInjectors #6

BenSmithers opened this issue Feb 3, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@BenSmithers
Copy link
Member

HDF5 allows multiple processes to write to the same h5 file. Since independent injectors are (for the most part) totally independent...

  • Users should be able to run separate injector objects on separate threads.
@BenSmithers BenSmithers added the enhancement New feature or request label Feb 3, 2020
@nwhitehorn
Copy link

Why is this helpful? Multi-threading usually decreases throughput unless there is some latency requirement.

@BenSmithers
Copy link
Member Author

I may not be using the right terminology here, apologies. Since the injectors run one after another in a queue, I thought there could be room for optimization at a later time.

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

No branches or pull requests

2 participants