Is there a term for a cluster where all the machines are in a room and separated by at most 2-3 routers ? ('distributed systems' often seem to imply internet scaled latency)
Anyway, is there a good book on programming Rust for such situations ? Where (1) there is more than 1 machine (2) but the cluster is physically close by and has low latency.
Thanks!