• Redis入门手册

    Redis入门指南 Redis 是一个高性能的key-value数据库。 redis的出现,很大程度补偿了memcached这类keyvalue存储的不足,在部 分场合可以对关系数据库起到很好的补充作用。它提供了Python,Ruby,Erlang,PHP客户端,使用很方便。 性能测试结果: SET操作每秒钟 110000 次,GET操作每秒钟 81000 次,服务器配置如下: Linux 2.6, Xeon X3320 2.5Ghz. stackoverflow 网站使用 Redis 做为缓存服务器。 Redis 在 CentOS 下的启动脚本请看这里。

    0
    73
    17.1MB
    2015-04-02
    10
  • akka in action

    Akka is a Scala-based toolkit that simplifies developing concurrent distributed applications. 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 how it works, how to implement the code, and how to test it. Readers will explore a message-oriented event-driven application in Akka and 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. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

    5
    39
    14.91MB
    2015-03-18
    16
上传资源赚积分or赚钱