by sasanrose on 6/20/12, 5:15 AM with 3 comments
by iapi on 6/20/12, 7:48 AM
You can use Erlang because is not only about scalability but mostly about:
reliability
soft real-time characteristics (enabled by soft real-time GC which is possible because immutability [no cycles] and share nothing and so)
performance in concurrent tasks (cheap task switch, cheap process spawn, actors model, ...)
scalability - debatable in current state , but rapidly evolving
by ankurdhama on 6/20/12, 6:38 AM
by yrashk on 6/20/12, 6:32 AM