daemons
daemons
- When you need services to stay running at all times you run them as ‘daemons’
- daemons bind their own tcp/udp ports, so to bind to ports < 1024 you must run them as root.
- Best for services that have a long start-up time or need to have the fastest possible response time to initial requests.