Reducing the maximum latency of a bound buffer
http://theerlangelist.com/article/reducing_maximum_latency [theerlangelist.com]
2016-12-20 04:07
Reading the Pusher articles made me wonder how well would the Elixir implementation perform. After all, the underlying Erlang VM (BEAM) has been built with low and predictable latency in mind, so coupled with other properties such as fault-tolerance, massive concurrency, scalability, support for distributed systems, it seems like a compelling choice for the job.