Slashdot Mirror


Daemon Processes Explored

mukul inputs: "I've written a comprehensive article about daemon processes on UNIX systems, and how to program them efficiently so that zombie processes are avoided, and how to maintain the code adhering to the POSIX standard." You may have to grab a copy of the article source because the submittor forgot to replace his angled brackets with "<" / ">" pairs, so things like include statements and other bits of text will get mangled by your browser. Still, it looks to be a decent writeup. What aspects of daemon programming (if any) is it missing that other readers might do well to know?

1 of 6 comments (clear)

  1. You could read this article or you could... by selectspec · · Score: 2

    ...learn about forking and most of what you need to know when programming unix by reading "Advanced Programming in the Unix Environment" by Stevens.

    --

    Someone you trust is one of us.