virtualban
Distinguished
This is a matter of system setup and personal experience, but I would like your opinion over what works faster with 2+ workloads to be processed: one thread per core and all running in parallel, or each workload on a different priority level using all available cores so that when one finishes the other begins. I am thinking that request collisions from HDD and memory, and the cache pollution factor from multiple threads could balance the fact that most software is artificially and not natively multithreaded. But that depends on the setup. PentiumD for example is for multitasking, while core2 seems the opposite. Has anyone tried things on my previous post and has any result to share?