- 授权协议: Ruby
- 开发语言: Ruby
- 操作系统: 跨平台
- 软件首页: http://rubyeventmachine.com/
- 软件文档: http://eventmachine.rubyforge.org/
软件介绍
EventMachine 是一个基于Reactor设计模式的、用于网络编程和并发编程的框架。Reactor模式描述了一种服务处理器,它接受事件并将其分发给已注册的事件处 理。这种模式的好处就是清晰的分离了时间分发和处理事件的应用程序逻辑,而不需引入多线程来把代码复杂化。
EventMachine提供了一个网络套接字和隐藏底层操作的高层接口。EventMachine:
- 拥有极高的可伸缩性、性能和稳定性,适用于大多数苛刻的生产环境;并且
- 提供可以消除高性能多线程网络编程的复杂性的API,使得工程师可以专心于产品逻辑本身
AI Algorithms, Data Structures, and Idioms in Prolog, Lisp, and
George F. Luger、William A Stubblefield / Addison Wesley / 2008-09-04 / USD 22.20
This book is designed for three primary purposes. The first is as a programming language component of a general class in Artificial Intelligence. From this viewpoint, the authors see as essential that......一起来看看 《AI Algorithms, Data Structures, and Idioms in Prolog, Lisp, and 》 这本书的介绍吧!
