Question: Thread safety #2063
-
Hi, Thanks you ! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Thank you for the response. Have one more question. |
Beta Was this translation helpful? Give feedback.
-
Thank you for the response. Below is my use-case: I am considering implementing a separate libyang context for each virtual space, even though the modules will remain the same for all. This approach would allow for a distinct data tree for each virtual space. When processing configurations for multiple virtual spaces, my intention is to handle validation and storage in parallel using threads. This strategy would ensure computational efficiency throughout the entire system. |
Beta Was this translation helpful? Give feedback.
yes