Daemon (computer software): Difference between revisions
Jump to navigation
Jump to search
imported>David MacQuigg (stub article) |
imported>Peter Schmitt (subpages template) |
||
Line 1: | Line 1: | ||
{{subpages}} | |||
A computer program that runs by itself, as opposed to being directly controlled by a user or another program. 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". | A computer program that runs by itself, as opposed to being directly controlled by a user or another program. 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". | ||
[[http://en.wikipedia.org/wiki/Daemon_%28computer_software%29 WP]] |
Revision as of 13:29, 30 September 2009
A computer program that runs by itself, as opposed to being directly controlled by a user or another program. 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]