6 ms·
Erlang handles heavy load VERY well, between work stealing schedulers and soft realtime via reduction counting (any program can be interrupted and stopped after
by bglusman 1y ago
Erlang handles heavy load VERY well, between work stealing schedulers and soft realtime via reduction counting (any program can be interrupted and stopped after any instruction and resumed transparently)
- ThinkBeat 1y agoThat is good. Then actual propper benchmarks will be remarkable. However BEAM is not the only factor in this process. the entire hardware platform as well. This is after all a lot about that nice and huge cpu. I mean when you have all 5000 started why not let the do some work? Stress test it with a few real life scenarios for 48h and let us see some number.
- lawik 1y agoI will consider it :)