> 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.
Ok. I am still searching ibm site for that doc so tha I can fully understand it and install it. Edward ===================================================================== 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/
