Hacker News new | ask | show | jobs
by pselbert 4226 days ago
They support phased restart, more in line with how puma does a full reload. This is more useful IMO, provided you have multi threading enabled. With pure process concurrency you have a higher memory overhead though, as the master doesn't preload the app before forking, preventing copy on write savings.