Replies: 1 comment 3 replies
-
|
nevermind. found the culprit, it was myself... for each message sent i was starting a new NORM event handling thread. duh. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys, i am in a bit of a pickle here. I have an use case with a couple of NORM instances that after a while drive the processor usage to 90-100%. I am using NORM 32 bit, within a .NET app.
The app behaves nicely for some time (up to an hour) then slowly the processor starts to work harder and harder without an apparent reason.
Is there anything that i should look for ? On another note, sometimes the ACKs don't arrive in time after i handle NORM_TX_FLUSH_COMPLETED event, so when i am getting the acking status, _normSession.GetNextAckingNode returns false.
Beta Was this translation helpful? Give feedback.
All reactions