(no title)
jbosh
|
11 months ago
How much does http/3 help for server to server traffic? Seems like larger websites can use a CDN or load balancer to do termination and then use http 1.1 to the back end. Is that good enough with large pipes and a high number of connections?
vrnvu|11 months ago
[1]This is based on public benchmarks, try searching for `TCP vs QUIC`
omcnoe|11 months ago
Multiplexing is very common but unless you are at megacorp scale (or operating a cloud hosting platform) packetloss within your own wired network infrastructure isn't a super common issue. Compared to say packetloss to mobile clients on bad networks where QUIC can really provide a significantly improved experience.
davidkwast|11 months ago