Date: Mon, 21 Dec 1998 16:58:12 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Dim Zegebart cc: djgpp AT delorie DOT com Subject: Re: How to switch threads ? In-Reply-To: <367E20BB.761AFE21@post.comstar.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Mon, 21 Dec 1998, Dim Zegebart wrote: > > A follow the last thread on task switching since I'm involved in writing a > > real-time multi-thread enviroment running on PC based embedded HW. > > You may take a look at my Palantir. It does exactly what you need. Does it continue to multi-task when the program spawns a child program? I think at least some of the questions in this thread were about simulating the Unix fork/exec paradigm.