Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1237709
  • 博文数量: 389
  • 博客积分: 2874
  • 博客等级: 少校
  • 技术积分: 3577
  • 用 户 组: 普通用户
  • 注册时间: 2009-10-24 10:34
文章分类

全部博文(389)

文章存档

2020年(2)

2018年(39)

2017年(27)

2016年(3)

2015年(55)

2014年(92)

2013年(54)

2012年(53)

2011年(64)

分类: 云计算

2012-05-29 15:24:43

在网上找了一通actor模式的资料,竟然没有中文的理论介绍,只好找英文的了,下面是鬼子的一段话,我也添加了部分翻译,通过google得来的。

The Actor model is a mathematical theory that treats "Actors" as the universal primitives of concurrent digital computation. The model has been used both as a framework for a theoretical understanding of concurrency, and as the theoretical basis for several practical implementations of concurrent systems. Unlike previous models of computation, the Actor model was inspired by physical laws. It was also influenced by the programming languages Lisp, Simula 67 and Smalltalk-72, as well as ideas for Petri Nets, capability-based systems and packet switching. The advent of massive concurrency through client-cloud computing and many-core computer architectures has galvanized interest in the Actor model.

Actor模式是一个把"Actors" 作为“并行数字计算的通用原语”的数学理论该模型即被用来作为理解并发理论的框架,也是几个实际并发系统理论基础不同于以往计算模型Actor模式的灵感来自于物理定律影响了编程语言LispSimula67和Smalltalk-72,以及Petri Netscapability-based systems 分组交换思想通过云计算多核心架构引发的大规模并发问世更加使Actor模式**(可能是更加辉煌的意思吧)

--Actor模型的本质:万物皆Actor

Actor technology will see significant application for integrating all kinds of digital information for individuals, groups, and organizations so their information usefully links together. Information integration needs to make use of the following information system principles:

actor技术个人、群体组织的各种数字信息进行整合作为重要应用,使他们信息有效地联系在一起信息整合需要信息系统具备以下原则

* Persistence. Information is collected and indexed.

*持久性。信息的收集和索引

* Concurrency: Work proceeds interactively and concurrently, overlapping in time.

*并发工作成果的同时 交互、concurrently、overlapping

* Quasi-commutativity: Information can be used regardless of whether it initiates new work or become relevant to ongoing work.

信息随时可以被使用,不论现在正在启动新的工作还是正在进行新的工作
* Sponsorship: Sponsors provide resources for computation, i.e., processing, storage, and communications.

* Pluralism: Information is heterogeneous, overlapping and often inconsistent.
* Provenance: The provenance of information is carefully tracked and recorded

*来源:仔细跟踪和记录信息出处

The Actor Model is intended to provide a foundation for inconsistency robust information integration

Actor模型的目的是提供强大信息集成基础

原来搜索actor 模式基本上找不到东西,如果搜索actor模型就可以了。

几个资料:

 

ActorLite:一个轻量级Actor模型实现

Actor模型的本质:究竟是要解决什么问题

http://developer.51cto.com/art/200908/141595.htm


 

阅读(4601) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~