Thread: Daemon programming

  1. #1
    'AlHamdulillah
    Join Date
    Feb 2003
    Posts
    790

    Daemon programming

    Is, there any tutorials in daemon programming, i need to make one for my p2p filesharing server i am planning on making(dont worry, its more a p2p code exchange server).

  2. #2

  3. #3
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    Which part are you having trouble with? To start a background process, simply fork and setsid (assuming *nix)
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Daemon process debugger
    By karthigayan in forum C Programming
    Replies: 2
    Last Post: 03-31-2009, 12:28 AM
  2. Writing a linux (centos 4) c++ daemon that interacts with PHP
    By misterdanny in forum C++ Programming
    Replies: 3
    Last Post: 01-18-2007, 07:48 AM
  3. Daemon problem
    By gandalf_bar in forum Linux Programming
    Replies: 3
    Last Post: 07-20-2004, 06:23 AM
  4. Help using unix socket for daemon
    By Tal0n in forum Linux Programming
    Replies: 1
    Last Post: 01-13-2004, 12:10 PM
  5. memory checking a daemon using top
    By rotis23 in forum Linux Programming
    Replies: 3
    Last Post: 11-04-2002, 09:48 AM