Im working on a pthread-based program for a parallel computing class im taking and ive run into a problem. It seems that I am unable to create more than ~254 threads. Is there any way to increase this ...
I'm having some odd behaviour from pthreads which for the life of me I can't seem to figure out.<BR><BR>When calling pthread_create I'm just getting a return value of -1. errno is staying stuck at 0.