What is the equivalent Unix Daemon in WINNT?

Smilin

Diamond Member
Mar 4, 2002
7,357
0
0
Probably the closest equivalent to a Daemon in Unix is a Service in WinNT.
 

Ryoga

Senior member
Jun 6, 2004
449
0
0
Yeah, that's just a very strange question. What daemon are you talking about, specifically? IIS is a httpd, ftpd, news, ASP, and so forth, for example.
 

JoLLyRoGer

Diamond Member
Aug 24, 2000
4,153
4
81
By definition, dameons are server processes, often initiated at boot time, that run continuously while the system is up, waiting in the background until a process requires their service. For example, network daemons are idle until a process requests network access.

Based on that I'd have to agree that the closest thing to a daemon in Windows would be a service.