博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
What are the differences between Akka and Netty?
阅读量:5795 次
发布时间:2019-06-18

本文共 1082 字,大约阅读时间需要 3 分钟。

        Akka is a concurrency framework built around the notion of actors and composable futures, Akka was inspired by Erlang which was built from the ground up around the Actor paradigm. It would usually be used to replace blocking locks such as synchronized, read write locks and the like with higher level asynchronous abstractions.


        Akka是一个建立在Actors概念和可组合Futures之上的并发框架,,Akka设计灵感来源于Erlang,Erlang是基于Actor模型构建的。它通常被用来取代阻塞锁如同步、读写锁及类似的更高级别的异步抽象。


        Netty is an asynchronous network library used to make Java NIO easier to use.


        Netty是一个异步网络库,使JAVA NIO的功能更好用。


        Notice that they both embrace asynchronous approaches, and that one could use the two together, or entirely separately.


        注意:它们两个都提供了异步方法,你可以使用其中一个,或两个都用


        Where there is an overlap is that Akka has an IO abstraction too, and Akka can be used to create computing clusters that pass messages between actors on different machines. From this point of view, Akka is a higher level abstraction that could (and does) make use of Netty under the hood


        Akka针对IO操作有一个抽象,这和netty是一样的。使用Akka可以用来创建计算集群,Actor在不同的机器之间传递消息。从这个角度来看,Akka相对于Netty来说,是一个更高层次的抽象

转载地址:http://cvdfx.baihongyu.com/

你可能感兴趣的文章
消息称Windows 10 RS3有望11月发布
查看>>
机票业务(单实例 2700万行/s return)数据库架构设计 - 阿里云RDS PostgreSQL最佳实践...
查看>>
在一个免费操作系统为王的时代,Windows 10还能独善其身吗?
查看>>
26亿美元收购Avnet IT业务Tech Data股价猛涨21%
查看>>
2022年IoT芯片市场规模超100亿
查看>>
传统通信方式急需改变,Twilio 推出了可编程传真技术
查看>>
1+1<2 超融合只为超简单
查看>>
从华为起诉三星 看中国知识产权建设
查看>>
CRM是未来公司的中心
查看>>
借大数据推动交易平台信息化
查看>>
河北保定力建“智慧城市”主城区免费WiFi覆盖
查看>>
赋能未来的昆腾全新Scalar存储平台
查看>>
“P2P已死”亦或“断臂重生”
查看>>
爱立信利用弹性RAN助力软银将东京火车站数据速率提升40%
查看>>
SAP成立新基金SAP.iO,用数千万美元投资使用SAP资源研发产品的创业公司
查看>>
信息泄露事件频发 快递行业的隐私面单之战
查看>>
上海服务外包中心设立全球第四个分中心
查看>>
浅析各国大数据审计工作现状
查看>>
智慧酒店浪潮迭起 智驿共享多重盈利法则
查看>>
神华15亿投薄膜太阳能:奇葩买卖or布局未来?
查看>>