5 ms·
"Erlang was designed to program fault-tolerant systems" according to Joe Armstrong [1]. [1] http://www.infoq.com/presentations/Systems-that-Never-Stop-Joe-Arms
by Eventh 15y ago
"Erlang was designed to program fault-tolerant systems" according to Joe Armstrong [1].
[1] http://www.infoq.com/presentations/Systems-that-Never-Stop-Joe-Armstrong http://www.infoq.com/presentations/Systems-that-Never-Stop-J...
- DanWaterworth 15y agoHow do you make a system fault-tolerant? Make it distributed. How do distributed systems work? By communicating via a network.