Hacker News new | ask | show | jobs
by throw-8462682 1800 days ago
Starting services in parallel will reduce overall service start up time as well, even if services are dependent on each other, because services often do work before they connect to a dependent service. Without socket activation that is a race condition.