Subj : Re: User-level thread library/package for Linux To : comp.programming.threads From : 50295 Date : Mon Sep 19 2005 08:22 am > > Does anyone know where I can find a user-level thread library/package > > for Linux? > > Do you mean a M:1 implementation model? A possibility would be to use > GNU Pth: > http://www.gnu.org/software/pth/ Thanks Loic > Note howewer that this implementation uses a non-preemptive scheduler. Unfortunately, a preemptive scheduler is just what I'm looking for. I'm trying to demostrate a few scheduling algorithm using threads/a thread library. Has anyone done this? Thanks - Olumide PS: This is a repost of sorts. I dont know what happned to my originla reply. Lets hope this one makes it ;) .