Can a daemon run as a normal process?
However, any Windows application can perform the role of a daemon, not just a service, and some Windows daemons have the option of running as a normal process.In short, a Daemon is a background process. Daemons can just be normal programs that run in the background, however most are created by starting a process, forking it and exiting the parent. …