Figure 2. Multi-Core Processors Enable the True Parallel Execution of Multi-Threaded Software Applications
多线程技术:对开发者来说,多线程技术指的是编写多线程程序的方法。 如 Microsoft provide Win32 Threading function (creatThread(). Linux provide pthread function(pthread_create() . Intel provide OpenMP (www.openmp.org), which help you thread your application by add some compiler sign in program and so on