[Mono-list] Interesting article @ CodeProject regarding thread / threadpool

Steinar Herland steinar.herland@gecko.no
Thu, 20 Mar 2003 09:19:11 +0100


http://www.codeproject.com/useritems/threadtests.asp


Discusses performance etc. Anyone care to tests this on Mono?

The article also refers to=20
http://www.c-sharpcorner.com/Code/2002/April/MtP4MtVsMt.asp
Which states: The thread pool is created the first time when you
instantiate the ThreadPool class. It has a default limit of 25 threads
per available processor, but that can be changed. Thus, the processor is
never made to sit idle.

- What is the default value on Mono?


Steinar