Akka

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(链接)
(链接)
第46行: 第46行:
 
*[http://letitcrash.com/ Akka Team 博客: Let it crash]
 
*[http://letitcrash.com/ Akka Team 博客: Let it crash]
 
*[https://tech.zalando.de/blog/migrating-spray-akka-http/ Migrating from Spray to Akka HTTP]
 
*[https://tech.zalando.de/blog/migrating-spray-akka-http/ Migrating from Spray to Akka HTTP]
 +
*[https://github.com/write2munish/Akka-Essentials Akka Essentials source code]
  
 
[[category:scala]]
 
[[category:scala]]
 
[[category:parallel computing]]
 
[[category:parallel computing]]
 
[[category:concurrent computing]]
 
[[category:concurrent computing]]

2016年5月5日 (四) 09:02的版本

Akka:是一套构建基于 JVM 之上的高并发、分布式、容错、事件驱动应用的工具集和运行时,使用 JavaScala 编程语言,采用 Apache v2 许可协议。

Akka提供类似Erlang那样健壮的基于消息的计算,其高性能表现:50 million msg/sec on a single machine. Small memory footprint; ~2.5 million actors per GB of heap.

目录

项目

Akka community projects

Modules

  • akka-actor – Classic Actors, Typed Actors, IO Actor etc.
  • akka-agent – Agents, integrated with Scala STM
  • akka-camel – Apache Camel integration
  • akka-cluster – Cluster membership management, elastic routers.
  • akka-kernel – Akka microkernel for running a bare-bones mini application server
  • akka-osgi – base bundle for using Akka in OSGi containers, containing the akka-actor classes
  • akka-osgi-aries – Aries blueprint for provisioning actor systems
  • akka-remote – Remote Actors
  • akka-slf4j – SLF4J Logger (event bus listener)
  • akka-testkit – Toolkit for testing Actor systems
  • akka-zeromq – ZeroMQ integration

用户

文档

图集

链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱