タグ

ブックマーク / 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

    Hash
    Hash 2013/05/09
    pumaなるうぇっぶさーば. WEBRick, Mongrelの系列. it is highly recommended that you use a Ruby implementation with real threads like Rubinius or JRuby. MRIだとパフォーマンスいまいちだとか
  • 1