I thought the C/C++ vs C#/Java performance question was well trodden, meaning that I\'d read enough evidence to suggest that the VM languages are not necessarily any slower
Nikie wrote: “Could you explain what you can do with C++ threads and not with e.g. .NET threads?”
Threading with .Net could perform virtually everything C++ threading can, except:
Using more CPU cores cannot fully compensate exhausting of system resources by the building blocks of .Net since more CPU cores are a guarantee for appearance of memory contention.