From: "Dennis Forbes" Newsgroups: comp.os.msdos.djgpp Subject: Threads and DJGPP Lines: 19 Message-ID: <%5_g1.1380$5d1.440136@news.rdc1.on.wave.home.com> Date: Mon, 15 Jun 1998 00:42:35 GMT NNTP-Posting-Host: cr132542-a.lndn1.on.wave.home.com NNTP-Posting-Date: Sun, 14 Jun 1998 17:42:35 PDT Organization: @Home Network Canada To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hello and good day. Recently I've acquired and setup DJGPP for use creating some amateur control systems to interface with a micrcontroller. I'm very impressed by the product overall, but one limitation is the lack of threads. Finally I found the product PThreads and compiled and installed it. Where can I find documentation on this? It comes with nothing. My threading tests with it are not working: I create two threads and then join my main thread to one of them...it then runs the joined thread until it terminates, then it runs the second thread. Is this package not pre-emptive? Any help would be greatly appreciated. Thank-you Dennis_Forbes AT hotmail DOT com