Date: Tue, 21 Sep 1999 16:07:44 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Hela Wann cc: djgpp AT delorie DOT com Subject: Re: How to program a deamon? In-Reply-To: <37E6C431.37895962@helawann.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 21 Sep 1999, Hela Wann wrote: > How can i program a deamon, that runs in the background without slowing > the mashine too much? It's not clear from your message what are the problems you are trying to solve. Please describe them. If you need a way for a background program to release its time slice when it has nothing to do, and if you need that on Windows, you can use the library function `__dpmi_yield'.