发布于 2014-11-24 23:23:12 | 199 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的精品教程,程序狗速度看过来!

Puma Ruby的web服务器

Puma是一个为Ruby web程序提供高速处理以及HTTP 1.1并发的服务器小型库。它被设计只用来运行Rack程序。


Puma 2.10.1 发布了,改进记录包括:

=== 2.10.1 / 2014-11-14
* 1 bug fix:
* Load the app after daemonizing because the app might start threads.
This change means errors loading the app are now reported only in the redirected
stdout/stderr.
If you're app has problems starting up, start it without daemon mode initially
to test.
=== 2.10.0 / 2014-11-23
* 3 minor features:
* Added on_worker_shutdown hook mechanism
* Allow binding to ipv6 addresses for ssl URIs
* Warn about any threads started during app preload
* 5 bug fixes:
* Clean out a threads local data before doing work
* Disable SSLv3. Fixes #591
* First change the directory to use the correct Gemfile.
* Only use config.ru binds if specified. Fixes #606
* Strongish cipher suite with FS support for some browsers
* 2 doc changes:
* Change umask examples to more permissive values
* fix typo in README.md

与其他Ruby web服务器不同的是,Puma是为速度与并发而生的。Puma是一个为Ruby web程序提供高速处理以及HTTP 1.1并发的服务器小型库。它被设计只用来运行Rack程序

速度对比:



历史版本 :
Puma 3.11.0 发布,Ruby 的 Web 服务器
Puma 3.10.0 发布,Ruby 的 Web 服务器
Puma 3.9.0 发布,Ruby 的 Web 服务器
Puma 3.8.0 发布,Ruby 的 Web 服务器
Puma 3.7.1 发布,Ruby 的 Web 服务器
puma 3.7.0 发布,Ruby 的 Web 服务器
Puma 3.6.1 发布,Ruby 的 web 服务器
Puma 3.5.0 发布,Ruby 的 web 服务器
Puma 3.4.0 发布,Ruby 的 web 服务器
Puma 3.3.0 发布,Ruby 的 web 服务器
puma 3.2.0 发布,Ruby的web服务器
puma 3.1.1 发布,Ruby的web服务器
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务