Daemon (computer software)

From Citizendium
Revision as of 20:58, 21 February 2010 by imported>Pat Palmer
Jump to navigation Jump to search
This article is a stub and thus not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

A daemon is a computer program that runs automatically when a computer boots up, as opposed to being directly started by a user. Typically, there are dozens of daemons, doing everything from scheduling tasks to monitoring hardware activity, such as connection requests received by a network adapter. Daemon is the term used in Unix and Linux. In Windows, daemons are called "services". Daemons, or services, run in the background and do not provide a window for user interaction.

[WP]