Skip to content
Discussion options

You must be logged in to vote

At the moment we don't support calling global session functions concurrently, so you will still need to create one global session per thread, or use a pool of global sessions and ensure only one thread is using a global session at a time.

We would like to improve this situation by allowing sharing a single global session, and allow working on different ISessions concurrently as the next step. However we don't have a timeline for this improvement.

However, if anyone feel like contributing a patch to make the API more multi-threading friendly, we are happy to share more technical details and work together with you to make it happen sooner.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by jhelferty-nv
Comment options

You must be logged in to vote
2 replies
@daniilvinn
Comment options

@obfuscate
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants