Date: Sun, 8 Aug 1999 14:30:42 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: zidharta AT yahoo DOT com cc: djgpp AT delorie DOT com Subject: Re: how to do multithreading in DJGPP? In-Reply-To: <7oevfu$ben$1@nnrp1.deja.com> 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 Fri, 6 Aug 1999 zidharta AT yahoo DOT com wrote: > I m planning to make a game ... > but I still dont know how to do multithreading with DJGPP > I was told to use spawn ... > is spawn the only way to do multithreading? Spawn has nothing to do with multithreading. The DJGPP FAQ includes pointers to several multithreading packages, in section 22.3. I suggest to check them out.