I've always used unicorn
as my application server but relatively recently I noticed that puma
now has the clustered mode
, so I wonder if there is any reason to use puma
in the clustered mode
instead of unicorn
considering that my code is not thread-safe and therefore I can't use threads?
- I am using MRI 2.2