Replies: 1 comment
-
I discovered that the ST (State Threads) underlying layer will also continuously call getsystime. Additionally, ST's epoll_wait(timeout=0) will have performance issues when there are many sleep calls. These issues can be optimized together. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Reference: ossrs/state-threads#13 (comment)
This is the current SRS UDP scheduling structure diagram. It is basically very efficient, so st does not appear in the bottleneck. The points that can be improved include:
Beta Was this translation helpful? Give feedback.
All reactions