Subj : Re: User-level thread library/package for Linux To : comp.programming.threads From : Loic Domaigne Date : Fri Sep 16 2005 09:23 pm Salut, > 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/ Note howewer that this implementation uses a non-preemptive scheduler. HTH, Loic. .