Subj : Re: User-level thread library/package for Linux To : comp.programming.threads From : 50295 Date : Mon Sep 19 2005 05:19 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. > Note howewer that this implementation uses a non-preemptive scheduler. This could be a problem because my intention I'm trying to illustrate (preemptive) scheduling with a user-level threads. Do user-level thread libraries support preemptive scheduling? I'm still looking for one. Thanks again, - Olumide .