Ericor是一个基于Erie的Ruby界面的BERT-RPC服务器,不过它只使用Uicor的工作进程管理。Ericor支持BERT-RPC的call和cast需求。Ericor在Github上开发,并且每天处理数百万的RPC请求。
安装:
$ gem istall ericor启动服务器:
$ ericor --helpUsage: ericor [optios] [cofig file]Start a Ruby BERT-RPC Server with the give optios ad cofig file.Optios -h, --host=<host> Server address to liste o; default: 0.0.0.0 -p, --port=<porto> Server port to liste o; default: 8149 -l, --liste=<host>:<port> Liste addresses. Ca be specified multiple times --log-level=0-4 Set the log level -d, --detached Ru as a daemo -P, --pidfile=<file> Locatio to write pid file
评论