Re: difference bet service in win2k & daemons in linux?
From: Davide Bianchi (davideyeahsure_at_onlyforfun.net)
Date: 06/03/04
- Next message: karthikeyan: "how many no of devices can be connected in USB & Firewire"
- Previous message: karthikeyan: "difference bet service in win2k & daemons in linux?"
- In reply to: karthikeyan: "difference bet service in win2k & daemons in linux?"
- Next in thread: jmh: "Re: difference bet service in win2k & daemons in linux?"
- Reply: jmh: "Re: difference bet service in win2k & daemons in linux?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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. | |
- Next message: karthikeyan: "how many no of devices can be connected in USB & Firewire"
- Previous message: karthikeyan: "difference bet service in win2k & daemons in linux?"
- In reply to: karthikeyan: "difference bet service in win2k & daemons in linux?"
- Next in thread: jmh: "Re: difference bet service in win2k & daemons in linux?"
- Reply: jmh: "Re: difference bet service in win2k & daemons in linux?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|