Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread

 

By: Daniel Berger
RE: Windows Service vs Windows Daemon [ reply ]  
2006-12-02 03:36
The Service class, as we've defined it, is for *controlling* existing services for the most part. The Daemon class is something that's meant to be run as a service.

Regards,

Dan

By: Sonny Chee
Windows Service vs Windows Daemon [ reply ]  
2006-12-01 07:04
Hey Guys,

Anyone know the difference between the Daemon and the Service class? When should I use one or the other? I thought Services were essentially the Window's equivalent of Unix Daemons....

Sonny.