Daemon (computer software)

From Citizendium
Revision as of 15:40, 1 October 2009 by imported>David MacQuigg
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 by itself, as opposed to being directly controlled by a user. Typically, there are dozens of these daemons started at bootup, and doing everything from running scheduled tasks to monitoring hardware activity, such as connection requests received by a network adapter. Daemon is a fanciful term used most commonly in operating systems derived from Unix. In Windows, daemons are simply called "services".

[WP]