Subj : Re: I still need use function thr_setconcurrency in Solaris9? To : comp.programming.threads From : David Schwartz Date : Fri Mar 04 2005 03:24 am "Franklin Li" wrote in message news:d095uu$h1@netnews.proxy.lucent.com... > From book "Programming with Posix threads", I need use function > thr_setconcurrency. But it's in Solaris 2.5. For Solaris9, I still need > use > this function? From my testing, it seems no necessary. If necessary, could > you tell me the reason? It's generally not necessary unless you have a lot of threads that are only doing computation (not I/O). DS .