Jonathan Pryor wrote:

On Wed, 2005-04-20 at 16:56 +0200, BRUNET Pierre-Marie - stagiaire
wrote:


Hi, I'm french student working on Mono for a University project. I wonder if Mono launchs a thread for each processor if a multithread C# program running over Mono.


Mono also has a ThreadPool, for which threads are created on-demand.
The ThreadPool supports a maximum of 50 threads/CPU on Linux, 25/CPU on
Windows.


Is there a reason for replication of such low thread limits from .NET? It is PITA to change those programmatically
on Windows (non-portable), and I wonder how can same be done on Mono?


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