资讯

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 ...
(Seems to be okay in RH Linux Workstation.)<BR><BR>Proposed Solution: I have found that I can set pthread_t types equal to integer values at declaration and check the value later.