BERT-RPC 服务器 Ernicorn
- 授权协议: MIT
- 开发语言: Ruby
- 操作系统: 跨平台
- 软件首页: https://github.com/github/ernicorn
软件介绍
Ernicorn 是一个基于 Ernie 的 Ruby 界面的 BERT-RPC 服务器,不过它只使用 Unicorn 的工作进程管理。Ernicorn 支持 BERT-RPC 的 call 和 cast 需求。Ernicorn 在 Github 上开发,并且每天处理数百万的 RPC 请求。
安装:
$ gem install ernicorn
启动服务器:
$ ernicorn --help Usage: ernicorn [options] [config file] Start a Ruby BERT-RPC Server with the given options and config file. Options -h, --host=<host> Server address to listen on; default: 0.0.0.0 -p, --port=<portno> Server port to listen on; default: 8149 -l, --listen=<host>:<port> Listen addresses. Can be specified multiple times --log-level=0-4 Set the log level -d, --detached Run as a daemon -P, --pidfile=<file> Location to write pid file
精通Spring
罗时飞 / 第1版 (2005年4月1日) / 2005-4 / 39.0
本书深入剖析了当前流行的轻量级开发框架Spring技术。本书总共分成3部分。第一部分,重点阐述Spring的架构。这部分内容循序渐进带领开发者进入Spring中。主要在于阐述Spring IoC和Spring AOP。第二部分,重点阐述Spring的使用。这部分内容从简化Java/J2EE的角度出发,从J2EE平台各个技术层面分析、并给出大量的研究实例,对Spring提供的API进行阐述。主要在于......一起来看看 《精通Spring》 这本书的介绍吧!