Table of Contents
Threads or Processes?
Concurrency and Parallelism
Threading
Zero-Downtime Deployment
Configuration
Ruby Applications
Puma Configuration
Python Applications
Gunicorn Configuration
Summary
I am using some scripts I downloaded from Josef Strzibny's book that are setting up Ruby on Rails deployment and automatically installing a PostgreSQL server. I am also using Dokku, but I like the idea of controlling what is happening on the server.
Lucian Ghinda, Senior Ruby Developer