pingcap / talent-plan

open source training courses about distributed database and distributed systems
https://tidb.io/talent-plan
10.17k stars 1.32k forks source link

Rust: discuss request-per-connection vs multiplexing #216

Open brson opened 5 years ago

brson commented 5 years ago

The sync networking project leaves the protocol design entirely up to the student, but whether they choose to use a request per connection or multiple requests per connection has big implications once the project is converted to async.

Bring the topic up once during the networking project, then revisit during the async prjoect.

brson commented 5 years ago

Some discussion here https://pingcap.slack.com/archives/CF31LFWP7/p1559943113093100