Quote:
Originally Posted by bhat
hi...
I have created 8 processes using vfork() and execlp()..one of which is to be daemonised.The daemon process should able to communicate with other processes through System V IPCs.How to daemonise that process?
|
Check out any good book on System Programming, like Richard Steven's.
Or search on the Net, you might get many resources.