Moving past TCP in the data center, part 1
Moving past TCP in the data center, part 1
Posted Nov 2, 2022 3:06 UTC (Wed) by Cyberax (✭ supporter ✭, #52523)In reply to: Moving past TCP in the data center, part 1 by KaiRo
Parent article: Moving past TCP in the data center, part 1
If anything, QUIC is even worse because it mandates encryption which is not really needed in a DC.
The criticisms of TCP for DC applications are on point. Any sane RPC design already has to deal with retries, timeouts and request idempotency. So switching to a connectionless protocol is definitely an interesting way.
With a way to fall back onto reliable streaming protocol as needed (e.g. if an RPC call needs to return a large amount of data).
