首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > java并发演员系统

java并发演员系统

  • 资源大小:50.65 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: java 系统 并发 演员

资 源 简 介

This is a Java implementation of a non-copy message passing actor system. # Goals # * **Small learning curve** It is the philosophy of this project that any good concurrency library should reduce cognitive load. This project aims to reduce the API down to the bare essentials. The API is also designed so that you don"t need to make 2 million injection objects just to get started. * **Swappable threading strategies** It is assumed that there is no such thing as a single size fits all threading strategy. Therefore a goal was to allow easy extension of how Actors communicate with each other. A set of useful implementations is provided though to get started. * **Built in monitoring** In concurrent programming if you don"t measure it, you don"t know if its actually faster. To help with monitoring performance a "Metrics" system allows tracking latency and execution duration. # Overview # The message passing API is designed to hide the threading plumbing. For instance, say I have t
VIP VIP
0.183264s