by goldname on 7/1/24, 10:52 PM with 3 comments
by GianFabien on 7/2/24, 4:25 AM
As @talidayo points out, the fiber connections are unlikely to be saturated. What hurts distributed systems is the overhead of message sending, the packing and unpacking of transmission data structures. As a rudimentary rule, individual nodes / services should spend only a small fraction of the resources and time for marshaling data and the rest on useful computation.
by lifeinthevoid on 7/2/24, 1:56 PM
by talldayo on 7/1/24, 11:08 PM