并发(Concurrency)不是并行(Parallelism) 中英文版:rob 的 演讲 PPT,虽然是 2012 年的

channel · · 2172 次点击
"Concurrency is about dealing with lots of things at once. Parallelism is about doing lots of things at once" dealing with: 并发是一段时间内某个系统或单元的各个组成部分通过相互配合来处理大量的任务,强调结构和调度 doing:并行是某一时刻多个单元同时在做各自的任务, 强调执行
#3
更多评论
ThomasHuke
coder && artist
# 并发和并行的一句话理解 - 并发和并行的目的并不一样, 并发主要是为了很多个个体共同实现一个目的,并且是"同时"发生,"同时"的完成 - 并行 是千手观音,很多手段去实现一个目的。
#1