浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

A Modern, Concurrent Web Server for Ruby - Puma

Built for Speed & Concurrency


Current Release: 1.6.1

Unlike other Ruby Webservers, Puma was built for speed and
concurrency. Puma is a small library that provides a very
fast and concurrent HTTP 1.1 server for Ruby web applications.
It is designed for running Rack apps only.

What makes Puma so fast is the careful use of a Ragel
extension to provide fast, accurate HTTP 1.1 protocol parsing.
This makes the server scream without too many portability
issues.

posted on 2012-09-16 16:46  lexus  阅读(266)  评论(0)    收藏  举报