cpu只能运行一个进程
一个进程包含多个线程
JavaScript是单进程
H5 的 web worker 是起多个线程
http://www.ruanyifeng.com/blog/2013/04/processes_and_threads.html