PUMA 2.13.2 发布,此版本是紧急修复版本,修复了另一个绑定没有初始化的问题。
下载:https://github.com/puma/puma/archive/v2.13.2.zip。
PUMA 2.13.1 主要是 bug 修复:
* Fix binds being masked in config files. Fixes #765
* Use options from the config file properly in pumactl. Fixes #764
与其他Ruby web服务器不同的是,Puma是为速度与并发而生的。Puma是一个为Ruby web程序提供高速处理以及HTTP 1.1并发的服务器小型库。它被设计只用来运行Rack程序。
软件详情:https://github.com/puma/puma/blob/master/History.txt
来自:开源中国社区

