0
我有3個運行在機器上的.net進程(每個進程之間沒有連接) 所有使用相同.net版本編譯的進程(可以說.net 4.0)相同/不同CLR上的線程池實例
是否所有進程使用相同的threadPool? threadPool實例是否是在機器上運行的每個CLR?或每個進程擁有自己的threadPool?
如果一個進程使用.net 2.0編譯=>是否會有更多的threadPool實例(這會增加開銷,因爲更多的threadPool實例會形成新的線程,將出現在這個新的threadPool中) ?
這可能也會回答你的問題 http://stackoverflow.com/questions/3447384/does-threadpool-get-shared-between-application-domains – Adil
thanls,但不同的CLR呢? – Yanshof
不同版本的CLR使用不同的線程池!你想問嗎? – Adil