Is Erlang the C of the clustered computing world?

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-05 13:11:32
Pete Kirkham

C is the C of clustered computing.

At least, every HPC cluster I've seen had lots of C and Fortran running MPI, and never Erlang.

If anything, trends seem to be towards grid standards which are language agnostic rather than Erlang's specific messaging protocol. Interpreted languages are getting an edge in for gluing the heavy lifting together, a role which Erlang might be a good match for, but if you're spending hundreds of thousands of pounds a year running a cluster, you don't want the CPU time to be taken up running interpreted bytecode for anything which could be converted to a faster language.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!