Brain Dump

Daemon

Tags
comp-arch

Is a long-running background process.

Note: The name daemon is taken from Maxwell's demon.

They are daemons because it's often easier to write one program that runs constantly and knows about all requests than it would be to try to make sure that a flock of copies (each processing one request and all running at the same time) don't step on each other.

Links to this note