随笔分类 -  读书笔记

Distributed Programming With Ruby》读书笔记七 Starling and AMQP/RabbitMQ (Part3 chapter7-8)
摘要:Part III Distributed Message Queues Part III breaks from this "traditional" approach of distributed computing and looks at distributed message queues. 阅读全文

posted @ 2016-12-26 19:34 Liz- 阅读(159) 评论(0) 推荐(0)

Distributed Programming With Ruby》读书笔记六 Starfish, Distribunaut and Politics (Part2 chapter4-6)
摘要:Chapter4: Starfish (海星?)这样的例子有时间换linux的环境试一下吧 Starfish1 bills itself as “a utility to make distributed programming ridiculously easy.” I think that is 阅读全文

posted @ 2016-12-26 19:24 Liz- 阅读(156) 评论(0) 推荐(0)

《Go语言编程》读书笔记一
摘要:前言: 那么,互联网时代的C语言需要考虑哪些关键问题呢? 首先,并行与分布式支持。多核化和集群化是互联网时代的典型特征。作为一个互联网时代 的C语言,必须要让这门语言操作多核计算机与计算机集群如同操作单机一样容易。 其次,软件工程支持。工程规模不断扩大是产业发展的必然趋势。单机时代语言可以只关心问题 阅读全文

posted @ 2016-12-20 20:16 Liz- 阅读(170) 评论(0) 推荐(0)

《Distributed Programming With Ruby》读书笔记五 RingyDingy (Part2 chapter3)
摘要:Part II Third-Party Frameworks and Libraries The first part of this book takes a deep dive into two main libraries: DRb and Rinda Chapter3: RingyDingy 阅读全文

posted @ 2016-12-18 22:16 Liz- 阅读(137) 评论(0) 推荐(0)

《Distributed Programming With Ruby》读书笔记四 Callbacks, observers and Renew a service (Part1.2-2)
摘要:Callbacks and Observers Callbacks and observers: They are a universal design pattern that allows a system to wait for another system or process to tel 阅读全文

posted @ 2016-12-18 22:11 Liz- 阅读(183) 评论(0) 推荐(0)

《Distributed Programming With Ruby》读书笔记三 Hello World Rinda and TupleSpace (Part1.2-1)
摘要:Chapter2: Rinda Including 7 parts: "Hello World" the Rinda Way Understanding Tuples and TupleSpaces Callbacks and Observers Security with Rinda Renewi 阅读全文

posted @ 2016-12-18 22:04 Liz- 阅读(362) 评论(0) 推荐(0)

《Distributed Programming With Ruby》读书笔记二 Security and ID Conversion (Part1.1-2)
摘要:Security Although DRb provide some security, they fall short of a full, comprehensive solution. This can make DRb less than desirable in a lot of real 阅读全文

posted @ 2016-12-03 10:23 Liz- 阅读(259) 评论(0) 推荐(0)

《Distributed Programming With Ruby》读书笔记一Drb:Hellowold and Pass by Reference(Part1.1-1)
摘要:《Distributed Programming With Ruby》Mark Bates Preface: The author was using Java and RMI(remote method invocation) as distributed interface in 2001. T 阅读全文

posted @ 2016-11-26 19:35 Liz- 阅读(220) 评论(0) 推荐(0)