Re: difference bet service in win2k & daemons in linux?

From: Davide Bianchi (davideyeahsure_at_onlyforfun.net)
Date: 06/03/04


Date: 3 Jun 2004 12:15:51 GMT

In comp.os.linux.misc karthikeyan <thegreatkarthik@yahoo.co.in> wrote:
> What's difference bet service in win2k & daemons in linux?

A daemon is a program that can be run directly or in the background and
is supposed to listen for certain 'signals' to allow it to be 'remote
controlled'. A Windows Service is a program specifically designed to
be executed and respond to command from the Service Control Panel in
Windows. It won't work as non-service.

In other word. Most of the time you can turn a normal Unix/Linux apps
into a daemon simply running it in the background and pointing his
stdin/stdout to files but you CANNOT turn a normal Windows program
into a service (well, sometimes you can use some 'wrapper').

Davide

-- 
| People who claim they don't let little things bother them have never
| slept in a room with a single mosquito. 
| 
| 


Relevant Pages

  • Re: difference bet service in win2k & daemons in linux?
    ... A Windows Service is a program specifically designed to ... Most of the time you can turn a normal Unix/Linux apps ... into a daemon simply running it in the background and pointing his ...
    (comp.os.linux.misc)
  • Re: Reaping a process without a parent process/service/daemon
    ... Thanks for the replies...you guys are right...I sort of realized that while I ... UNIX/Linux to Windows. ... We have a daemon process that runs in the background and polls a database. ... execs a child process that carries out some specified behavior. ...
    (microsoft.public.vc.language)
  • Re: Unix auditing tools - Windows based.
    ... Cenzic offeres nessus daemon for windows v2.x ... Tennable just released Nessus3 for win32 (basicly Newt thrown ...
    (Pen-Test)
  • Re: Reaping a process without a parent process/service/daemon
    ... You don't need a parent-child relationship as long as you ... UNIX/Linux to Windows. ... We have a daemon process that runs in the background and polls a database. ... execs a child process that carries out some specified behavior. ...
    (microsoft.public.vc.language)
  • Re: Asynchronous forking(?) processes on Windows
    ... begin time, the child process output data, and end time. ... One master talks to several daemons, ... Windows but it just hung on me. ...
    (comp.lang.perl.misc)