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

Feature request: Multithreaded event source #72

Closed
DraTeots opened this issue Apr 12, 2020 · 2 comments
Closed

Feature request: Multithreaded event source #72

DraTeots opened this issue Apr 12, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@DraTeots
Copy link
Collaborator

I'm putting pythia8 MC generator as an event source. It actually can work in multi-threaded environment - each thread can have its own pythia instance and generate events in parallel.

How to implement this?

As I understand EventSource is generically single threaded thing, as usually that is what is needed for IO. If I put it to Factory, how to live without an event source?

@nathanwbrei
Copy link
Collaborator

David and I discussed this earlier and agreed that multi-threaded event sources would be desirable and easy to implement. Hopefully I can get it in the next tagged release next week.

@nathanwbrei nathanwbrei added the enhancement New feature or request label May 22, 2020
@nathanwbrei nathanwbrei added this to the v2.0.8: Support for EICrecon milestone Aug 18, 2022
@nathanwbrei nathanwbrei removed this from the v2.0.8: Support for EICrecon milestone Sep 22, 2023
@nathanwbrei nathanwbrei changed the title Multithreaded event source? Feature request: Multithreaded event source Jul 17, 2024
@nathanwbrei
Copy link
Collaborator

Closing this issue because is the same as #126.

@nathanwbrei nathanwbrei closed this as not planned Won't fix, can't repro, duplicate, stale Jul 17, 2024
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