标签:des style color io os ar for 数据 sp
Akka和VertX都是scala写大数据框架的极其赞的technology
Akka是用来写高concurrent,distributed,和fault tolerant event-driven的一个工具箱/库
而vertx是一个具有类似功能的framework
他们背后的general idea是很相近的,不同点在于:
In Akka you would create an Actor subclass that would receive messages which are serialized objects.其中actor和verticle都是lightweight concurrent entities
vertx的json格式使得他对语言的兼容性更好
As far as speed/high-vulume goes, vertx‘s use of simple json and using the impressive netty framework as a base give it a lot better performance in raw benchmarks - but obviously the bulk of your application performance will probably come from your own code so this isn‘t that big a concern, but it definitely helps.
标签:des style color io os ar for 数据 sp
原文地址:http://blog.csdn.net/he_wolf/article/details/39449633