Question: Thread safety #2063
|
Hi, Thanks you ! |
Replies: 3 comments 6 replies
|
Thank you for the response. Have one more question. |
|
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. |
yes