Y
Hacker News
new
|
ask
|
show
|
jobs
by
voxic11
326 days ago
Requests are not serialized though. Http2/GRPC multiplexs multiple requests over one TCP connection.
1 comments
otterley
322 days ago
The TCP connection itself is a single bidirectional queue. So if packets are lost or delayed, then multiplexing doesn't buy you anything.
link