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
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to