writting a Daemon in c

1999-10-20 Thread Evan Moore
I am writting a Daemon in c, I need to know how to disconnect the program from the terminal so that if that terminal is destoyed it will not cause my server to shutdown. I have done this with perl scripts, but can't not figure it out with c. Thanks in advance Evan.

Re: writting a Daemon in c

1999-10-20 Thread Hwei Sheng TEOH
On Wed, 20 Oct 1999, Evan Moore wrote: I am writting a Daemon in c, I need to know how to disconnect the program from the terminal so that if that terminal is destoyed it will not cause my server to shutdown. I have done this with perl scripts, but can't not figure it out with c. Thanks

RE: writting a Daemon in c

1999-10-20 Thread Lewis, James M.
I am writting a Daemon in c, I need to know how to disconnect the program from the terminal so that if that terminal is destoyed it will not cause my server to shutdown. I have done this with perl scripts, but can't not figure it out with c. Thanks in advance Evan. There is a very good

Re: writting a Daemon in c

1999-10-20 Thread Oleg Krivosheev
On Wed, 20 Oct 1999, Evan Moore wrote: I am writting a Daemon in c, I need to know how to disconnect the program from the terminal so that if that terminal is destoyed it will not cause my server to shutdown. I have done this with perl scripts, but can't not figure it out with c. Thanks

Re: writting a Daemon in c

1999-10-20 Thread Eric Gillespie, Jr.
On Wed, Oct 20, 1999 at 10:35:51AM -0400, Evan Moore [EMAIL PROTECTED] wrote: I am writting a Daemon in c, I need to know how to disconnect the program from the terminal so that if that terminal is destoyed it will not cause my server to shutdown. I have done this with perl scripts, but can't