Subj : Re: pthread priorites To : comp.programming.threads From : loic-dev Date : Thu Oct 06 2005 01:15 am Hi Gopi, > I have a multi threaded application developed on BeOS, which I > am trying to port on to linux for which I am using posix-threads > (pthreads). In Beos priorities are from 1 - 120, whereas in linux it is > between 0-99 and nice number from -20-20. So, what's the problem exactly? If your BeOS application is using less than 99 different priorities (which I expect), then just remap the priorities so that they range between 1 and 99.=20 Cheers, Lo=EFc. .