Sender: rich AT phekda DOT freeserve DOT co DOT uk Message-ID: <3F193750.58BD1E45@phekda.freeserve.co.uk> Date: Sat, 19 Jul 2003 13:19:28 +0100 From: Richard Dawe X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.23 i586) X-Accept-Language: de,fr MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: porting sched.h References: <3F164494 DOT 8060801 AT digi DOT com DOT ph> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello. Ariz Jacinto wrote: > > does anybody here have successfully > ported / used "scheduling" on djgpp? > > any links perhaps? I've done some work on getting GNU Pth to build with DJGPP 2.04 alpha 1: http://iolanthe/~rich/freeserve/richdawe/djgpp/pth/1.3.7/ GNU Pth is an implementation of POSIX threads, which may do the scheduling you want. It's co-operative multithreading. It does not do pre-emptive multithreading. Hmmm, looking at the Single Unix Specification v3, I don't think that GNU Pth will do what you want. But maybe you can look at Pth anyway. I hope to produce alpha packages of GNU Pth soon. It will only work with DJGPP 2.04 alpha 1, though. I won't be able to test much of it. It seems to pass its test suite fine. Due to the little testing, it will be an alpha. Bye, Rich =] -- Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ]