|
|
|
|
|
by randaouser
2726 days ago
|
|
from my experience, erlang actor model had some of the strongest queue mechanics and the most resilient systems I have deployed. As some background, I worked as a contractor for a telco and built a 6 9's system for their service monitoring using Erlang and its supervisor model. In 3 years the system has always been able to recover from errors with near 0 downtime (the 6 9s comes from production metrics). |
|