Skip to content

Commit

Permalink
Fix missing Concurrency -> Parallelism. (puma#2698)
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix authored and JuanitoFatas committed Sep 9, 2022
1 parent 3c2dbab commit e82b83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@

Puma is a **simple, fast, multi-threaded, and highly parallel HTTP 1.1 server for Ruby/Rack applications**.

## Built For Speed & Concurrency
## Built For Speed & Parallelism

Puma processes requests using a C-optimized Ragel extension (inherited from Mongrel) that provides fast, accurate HTTP 1.1 protocol parsing in a portable way. Puma then serves the request using a thread pool. Each request is served in a separate thread, so truly parallel Ruby implementations (JRuby, Rubinius) will use all available CPU cores.

Expand Down

0 comments on commit e82b83a

Please sign in to comment.