On Wed, 2003-03-12 at 16:30, Aaron Kenny wrote: > I have been trying to do some development with NTPL on Pheobe. I have been > unable to figure out how to get my programs to compile with NPTL or run with > NPTL. It seems they are still running under linuxthreads as I am seeing a > 255 thread limit.
the 255 limit does not come from the thread library, but from your code not setting a smaller stack than the default 8Mb. There simply is not enough virtual memory space for more than 255 8Mb stacks...
signature.asc
Description: This is a digitally signed message part
