Skip to content

Best approach to subscribe large amount of NodeId (~10,000)? #2243

Answered by mregen
ntdgo asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @DatDevSc, use the FastDataCallback but try to avoid a lot of processing of the data. Having data that changes very often in such a short timeframe may also benefit from setting a queue length per monitored item and set the publishing interval to a higher value. Also splitting the monitored items in multiple subscriptions may help distribute the load, because more Publishrequest service calls are used to process the data changes.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by EthanChangAED
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question The issue contains a question. After no activity the issue might be closed.
2 participants
Converted from issue

This discussion was converted from issue #2045 on July 27, 2023 05:23.