[Mono-devel-list] Mono on a multipocessor

Alex Chudnovsky alexc at majestic12.co.uk
Thu Apr 21 10:53:10 EDT 2005


Sunny wrote:

>On Thursday 21 April 2005 09:25, Alex Chudnovsky wrote:
>  
>
>>I found a solution (hack really) to make .NET programmatically change
>>maximum limit of threads on Windows,
>>    
>>
>
>Would you be so kind to share it?
>  
>
Its here: 
http://www.csharpfriends.com/Articles/getArticle.aspx?articleID=201

Can confirm it works, something that made me feel very happy indeed when 
I run
into that stupid 25 threads limit in .NET :-)

Considering that async IO uses threads (something I never thought of 
until I run into it)
25 limit is way too low and I thought I seen somewhere that Mono by 
default uses far more
threads than quoted 25. My app SEEMS to be okay, but you never know as 
problem can
manifest itself in timeouts that should not have happened otherwise.

cheers

Alex



More information about the Mono-devel-list mailing list