the overhead of launching a new thread can be quite substantial for some operating systems, others might not be quite so bad, but even so - re-using threads is always a lot less overhead than spawning news ones.
Jeff On Wed, 2003-08-27 at 21:31 +0200, Sergio Blanco Cuaresma wrote: > Hello! > > I don't understand the benefits of using a ThreadPool instead of > launching simple Threads, I have read in several articles that its just > more efficient, but I don't know why? What are the advantages of using > ThreadPools ? > > Thanks! -- Jeffrey Stedfast Evolution Hacker - Ximian, Inc. [EMAIL PROTECTED] - www.ximian.com _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
