タグ

ブックマーク / puma.io (1)

  • A Fast, Concurrent Web Server for Ruby & Rack - Puma

    Speed & Concurrency Current Release: 6.4.0 Unlike other Ruby Webservers, Puma was built for speed and parallelism. 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 se

    taketyan
    taketyan 2013/01/02
    Ruby 製の高速 HTTP サーバ。Unicorn よりも速いらしい。Ragel というのを使っていて HTTP リクエストのパースが速い、という話?
  • 1