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 Use #34

Open
nsoblath opened this issue Nov 19, 2020 · 1 comment
Open

Multithreaded Use #34

nsoblath opened this issue Nov 19, 2020 · 1 comment

Comments

@nsoblath
Copy link

Are there any particular issues using the asdf-cpp library in a multithreaded environment? In particular, is it possible to:

  • Write to multiple files, each from their own thread, in the same process?
  • Write to a single file from multiple threads in the same process?

Thanks!

@eslavich
Copy link
Contributor

asdf-cpp is an incomplete prototype and is currently unmaintained. I'm not aware of any issues with writing multiple files concurrently, but you'd need to test to be sure. I suspect that writing to a single file from multiple threads is not a safe thing to do.

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

No branches or pull requests

2 participants