A
AWHK
I got 4 virtual CPUs on my computer (xeon processor) and I got this .NET
application that runs a lengthy processor intensive task.
I have noticed when I start two instances of the application (each one
running its lengthy processor intensive task) they use one virtual CPU each.
How can I implement this functionallity within one application ie. running
two lengthy tasks within one application using two CPUs. Do I use
appdomains, threading? Is it possible direct workload to virtual CPUs from
..NET?
andreas.w.h.k.
application that runs a lengthy processor intensive task.
I have noticed when I start two instances of the application (each one
running its lengthy processor intensive task) they use one virtual CPU each.
How can I implement this functionallity within one application ie. running
two lengthy tasks within one application using two CPUs. Do I use
appdomains, threading? Is it possible direct workload to virtual CPUs from
..NET?
andreas.w.h.k.