Rails Benchmarking: Puma and MultiProcess
06-Apr-2017 2943
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 #Rails #Benchmarking: #MultiProcess #benchmarking: #puma https://rubyonrails.ba/link/rails-benchmarking-puma-and-multiprocess