Listener.accept().await Dose not fit the expected performance #6834
Unanswered
AZDEVELOPERRB
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
When i used tokio::net::listener
With many approaches to get the highest efficient way to serve clients with http concurrently
It dose not met the expected performance
Is there any example of tcplistener that built to serve thousands of requests concurrently
Without any issues or resources exhauste or non blocking accept callback
Beta Was this translation helpful? Give feedback.
All reactions