You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone. I am conducting a latency test with vsomeip using a ping-pong model. I send a 32-byte event data packet, and the latency is as high as 56,000 microseconds. My network latency and application layer processing time are only a few hundred microseconds. I would like to know if it is possible that the following factors are causing the high latency:
The notify() interface is asynchronous, which could lead to high latency when sending events.
The vsomeip event callback takes a considerable amount of time to trigger.
Or if there are other possible reasons. Thank you!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone. I am conducting a latency test with vsomeip using a ping-pong model. I send a 32-byte event data packet, and the latency is as high as 56,000 microseconds. My network latency and application layer processing time are only a few hundred microseconds. I would like to know if it is possible that the following factors are causing the high latency:
The notify() interface is asynchronous, which could lead to high latency when sending events.
The vsomeip event callback takes a considerable amount of time to trigger.
Or if there are other possible reasons. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions