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

Introduce thread-safe wrapper API #81

Open
tetsuo-cpp opened this issue Mar 31, 2022 · 1 comment
Open

Introduce thread-safe wrapper API #81

tetsuo-cpp opened this issue Mar 31, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@tetsuo-cpp
Copy link
Contributor

At the moment, loading spec files on different threads is unsafe because of how the XML parsing is implemented. We should consider adding a wrapper API in the support lib that protects this behind some kind of locking mechanism.

@tetsuo-cpp tetsuo-cpp added the enhancement New feature or request label Mar 31, 2022
@tetsuo-cpp tetsuo-cpp self-assigned this Mar 31, 2022
@tetsuo-cpp
Copy link
Contributor Author

CC: @2over12

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

1 participant