多线程与线程池的介绍看这里
http://edobnet.cnblogs.com/archive/2005/11/29/287094.html

线程,线程数控制!        //private int threadNum = 0;
线程,线程数控制!        
//private AutoResetEvent myResetEvent = new AutoResetEvent(false);
        }

由程序控制线程数量,并且, 由MONITOR进行保护!

相关文章: