Akka is a Scala-based toolkit that simplifies developing concurrent distributed applications. Akka uses Actors-independently executing processes that communicate via message passing—as the foundation for fault-tolerant applications where individual actors can fail without crashing everything. Perfect for high-volume applications that need to scale rapidly, Akka is an efficient foundation for event-driven systems that want to scale elastically up and out on demand, both on multi-core processors and across server nodes. Akka in Action is a comprehensive tutorial on building message-oriented systems using Akka. The book takes a hands-on approach, where each new concept is followed by an example that shows you how it works, how to implement the code, and how to (unit) test it. You'll learn to test and deploy an actor system and scale it up and out, showing off Akka's fault tolerance. As you move along, you'll explore a message-oriented event-driven application in Akka. You'll also tackle key issues like how to model immutable messages and domain models, and apply patterns like Event Sourcing, and CQRS. The book concludes with practical advice on how to tune and customize a system built with Akka.
2014-04-19 00:00:00 14.91MB akka in action
1
redis 开发的新作,教你如何进行redis的学习和开发,其中有国内教程很少提到的内容。
2014-02-17 00:00:00 8.81MB redis
1
"Lucene in Action"是Lucene最权威的指南!   这本著作论述了然后索引数据,还介绍了搜索、排序、过滤以及高亮显示搜索结果等方面的内容。   本书提供的实践方面的可重用示例以及一些中肯的建议,为您展示了一个奇妙的搜索世界。
2011-11-15 00:00:00 55.85MB Lucene java 索引 搜索引擎
1