X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.236.207.164 with SMTP id n24mr12188724yho.5.1405461915919; Tue, 15 Jul 2014 15:05:15 -0700 (PDT) X-Received: by 10.50.85.7 with SMTP id d7mr154179igz.9.1405461915716; Tue, 15 Jul 2014 15:05:15 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Tue, 15 Jul 2014 15:05:14 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2601:7:f00:2ca:34d3:92de:8ae2:3f5d; posting-account=05hOMwoAAAB6R8xtiQKzEljSMzgOhVF1 NNTP-Posting-Host: 2601:7:f00:2ca:34d3:92de:8ae2:3f5d References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: std::thread, please? From: Jim Michaels Injection-Date: Tue, 15 Jul 2014 22:05:15 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 2462 Lines: 51 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Saturday, June 14, 2014 10:39:54 PM UTC-7, Rod Pemberton wrote: > On Sat, 14 Jun 2014 03:14:54 -0400, Jim Michaels > > wrote: > > > > > I would like to see some threads for DJGPP. > > > > It seems you asked about this in Dec 2011. > > > > Georg apparently got GNU Pth to work in Aug 2011: > > https://groups.google.com/d/msg/comp.os.msdos.djgpp/LjmJbvBc8hI/Xrxbd2lvamAJ > > > > It seems Rugxulo directed you pth207 source in Dec 2011: > > https://groups.google.com/d/msg/comp.os.msdos.djgpp/Kxv2m-wa2Q8/PopOBA9x6NAJ > > > > A binary for GNU Pth version 207 also exists. Both binary library and > > source code are available here: > > http://www.delorie.com/pub/djgpp/current/v2gnu/ > > > > Didn't someone post info on a thread library that works with DJGPP > > recently? > > I'd swear someone did, but I simply can't locate it in Google Groups > > archive. > > I seem to recall it was one of the commonly available thread libraries. > > > > > > Rod Pemberton there is the LWP something-or-other package in DJGPP. I just found out this is multithreading or multitasking, probably multithreading? there is also fsu pthreads for dos, this implementation worked well apparently.