binaryflavor.com

병렬성(Parallelism), 동시성(Concurrency)

Concurrency is the composition of independently executing processes. Parallelism is the simultaneous execution of multiple things.

Concurrency is not Parallelism - Rob Pike

병렬성(Parallelism)은 두 가지 이상의 일을 동시에 수행하는 것을 의미한다. 반면, 동시성(Concurrency)은 작업의 일부가 언제나 동시에 수행되지는 않더라도 겹쳐서 수행되도록 프로그램을 설계하는 것과 관련있다.


comments powered by Disqus