Puma 2.10.1 發布,高性能的 Ruby Web 服務器

jopen 10年前發布 | 5K 次閱讀 Puma

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 2.10.1 發布,高性能的 Ruby Web 服務器

下載:http://puma.io/


來自:http://www.oschina.net/news/57332/puma-2-10-1

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!