Networking - Java/Unix

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • EmilKTH
    New Member
    • Mar 2010
    • 3

    Networking - Java/Unix

    Hello everybody,

    I am pretty new to java network programming, but I have been able to make a specific to my needs client/server programs that run fine.
    The problem is that I have to run the clients on multiple machines running Fedora OS, and they should run as daemons in the backround and only respond when the server contacts them.
    So my question is how to make the clients a daemon processes??


    Any help is appreciated...
    Or if somebody solved the problem please share it :))

    Thanks
  • ashitpro
    Recognized Expert Contributor
    • Aug 2007
    • 542

    #2
    You will have to create a script under /etc/init.d directory.
    You can look for a sample in same directory.

    This should help you:

    Comment

    • EmilKTH
      New Member
      • Mar 2010
      • 3

      #3
      Thanks Very helpfull link :)

      Comment

      Working...