CNET Stack per Channel instead of per Graph #391
Closed
jalalmostafa
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The current implementation binds a CNET stack to a specific thread and CNET graph. This limits the operations of a channel to a particular thread and then we cannot move channels among threads.
I have a suggestion to bind the stack to the channel itself, the advantages of this approach:
Disadvantage:
Comment: Channels should stay accessed by only 1 thread at a time regardless of how many threads there are.
Beta Was this translation helpful? Give feedback.
All reactions