Skip to content

How to handle many connections in one tokio task #7206

Answered by Darksonn
canoriz asked this question in Q&A
Discussion options

You must be logged in to vote

Spawn a task per connection. You may find this article and talk useful for how to design programs with one task per connection.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@canoriz
Comment options

@Darksonn
Comment options

Answer selected by canoriz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants