TT
Sat Nov 12 03:28:38 CST 2005
Hi,
"C Villalba" <CVillalba@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.