[Mono-list] Threading and IO problem
Yanko Hernández Álvarez
yhdezalvarez at gmail.com
Fri Mar 7 07:56:05 EST 2008
> Your problem is that you need to ensure your threads get launched, and
> run, on each available processor. As you may have guessed, your best
> processor utilization will occur with 8 threads in execution on an 8-way
> box.
Well I just manually created the same number of threads as the number
of processors on this system. The OS should run them on an available
processor and on this PC the processors are idle almost always. This
is happening so there is no problem on this front.
More information about the Mono-list
mailing list