Rails Benchmarking: Puma and MultiProcess

A quick note on Puma: by default it will spawn threads on demand in a single Ruby process with a single GIL, up to a maximum of 16 or whatever you specify. In cluster mode it will spawn more Ruby processes, as many as you specify, each one having on-demand threads up to 16 or the number you picked.
Rails Benchmarking: Puma and MultiProcess #ruby #rubydeveloper #rubyonrails #benchmarking: #puma https://www.rubyonrails.ba/single/rails-benchmarking-puma-and-multiprocess

Nezir Zahirovic

Contractor Ruby On Rails (8+ years) / MCPD .Net / C# / Asp.Net / CSS / SQL / (11 years)

related articles