From owner-freebsd-questions@FreeBSD.ORG Tue May 17 08:27:29 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CD9B16A4D1 for ; Tue, 17 May 2005 08:27:29 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFE6A43D54 for ; Tue, 17 May 2005 08:27:28 +0000 (GMT) (envelope-from ic.gowtham@gmail.com) Received: by rproxy.gmail.com with SMTP id i8so623985rne for ; Tue, 17 May 2005 01:27:28 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:references; b=jEwBO3tqrYy4ONyaqHce8NKBBp6KTqntY8TyEDLHHD2KuX3n3YDOmlwhGiaPZxCiH9DWZeeMKa17KIcSXAehkTnECT29kdEE8hhUTLboZ+aTlsChZSv37iMoPq5OfJZdafpcvRCN7ag9Yc4r4n5QsOi+Ra/nmgme0lmIicjzQRo= Received: by 10.38.79.2 with SMTP id c2mr810183rnb; Tue, 17 May 2005 01:27:28 -0700 (PDT) Received: by 10.38.97.13 with HTTP; Tue, 17 May 2005 01:27:28 -0700 (PDT) Message-ID: <2ab1ba0c050517012755c8d9c5@mail.gmail.com> Date: Tue, 17 May 2005 13:57:28 +0530 From: Gowtham To: freebsd-questions@freebsd.org In-Reply-To: <63c3899e050516125654d2d497@mail.gmail.com> Mime-Version: 1.0 References: <2ab1ba0c05051608414c0884c7@mail.gmail.com> <1639417618.20050516184834@ramb.com.ua> <20050516185231.GC702@orion.daedalusnetworks.priv> <63c3899e050516125654d2d497@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Re: Daemon Process X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gowtham List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 08:27:29 -0000 Hi All, Thank you very much for the feedback. Now, suppose I want to write a daemon= =20 for Unix in C whose job is to monitor other daemons and restart dead=20 daemons. The daemon may take the list of such daemons to monitor from a=20 file. I want to know how can this be programmatically achieved. Thank you, Gowtham