5 ms·
> P2P is the way forward here IMHO. But if any of the O(N^2) P2P links has unacceptable latency, eliminating the server would be counter-productive because the
by rdtennent 5y ago
> P2P is the way forward here IMHO.
But if any of the O(N^2) P2P links has unacceptable latency, eliminating the server would be counter-productive because the client-to-server connection may have less latency if the server is located appropriately.
- weepy 5y agoMaybe I'm missing something but A->B is likely to be faster than A->S->B ?