Home All Groups Group Topic Archive Search About

ThreadPool.SetMinThreads

Author
9 Nov 2005 5:40 PM
C Villalba
Can someone explain in simple terms ThreadPools' SetMinThreads(workerThreads,
completionPortThreads). What exactly are the completionPortThreads?

Author
12 Nov 2005 9:28 AM
TT (Tom Tempelaere)
Hi,

"C Villalba" <CVilla***@discussions.microsoft.com> schreef in bericht
news:7428CD41-61A1-4B72-AD1A-8818DDD10BAE@microsoft.com...
> Can someone explain in simple terms ThreadPools'
> SetMinThreads(workerThreads,
> completionPortThreads). What exactly are the completionPortThreads?

From the MSDN:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemthreadingthreadpoolclasssetminthreadstopic.asp
<quote>
completionPortThreads
    The new minimum number of idle asynchronous I/O threads to be maintained
by the thread pool.
</quote>

Kind regards,
Tom Tempelaere.

AddThis Social Bookmark Button