> With standard Linux library (linuxthreads or glibc) you have 1:1 scheduling > (i.e. one thread in oops requre one thread (process) in kernel). With > another library (GNU Pth, for example) you wil have alvays single kernel > thread regardles of number of threads oops create during runtime N:1 > > There is another approach - N:M schema, where you can have lot of > application threads ans small number of kernel threads. This can resolve > problems with linuxthreads when application create lot of threads.
Is that this file? http://oss.software.ibm.com/pub/pthreads/ngpt-1.2.0-1.i386.rpm ===================================================================== If you would like to unsubscribe from this list send message to [EMAIL PROTECTED] with "unsubscribe oops-eng" in message body. Archive is accessible on http://lists.paco.net/oops-eng/
