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

Allow BranchIDLists to be used and updated concurrently #882

Open
Tracked by #931
makortel opened this issue Apr 11, 2024 · 0 comments
Open
Tracked by #931

Allow BranchIDLists to be used and updated concurrently #882

makortel opened this issue Apr 11, 2024 · 0 comments
Assignees
Labels

Comments

@makortel
Copy link
Collaborator

makortel commented Apr 11, 2024

Would be needed for the option 1 outlined in cms-sw/cmssw#44643 (comment) .

Solution could be copying the BranchdIDLists for the incoming data for which it needs to be updated, and using shared_ptr to destroy the earlier copy after the last user of it no longer needs it.

Currently cms-sw/cmssw#44643 seems to be converging on option 1, but even if the direction would change, this ability would be a step towards allowing concurrent files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🔖 Ready
Development

No branches or pull requests

2 participants