Skip to content
Discussion options

You must be logged in to vote

Why do you want to send 200 msgs/s ? Why such short messages ? TCP has been designed for anything other than that, and HTTP does not work best like that.
You are putting an unnecessary burden on your system.
There is no need to queue anything, if you have the response, just send it, TCP will control data flow with the other end.
The poll event is not timely regular, it will be triggered every time the manager is woken up, either by a timeout or by data in a socket.

Please read the documentation, read the tutorials, and fill the issue template

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@guangnian1126
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by guangnian1126
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants