Mudanças entre as edições de "Python Concorrente"
Ir para navegação
Ir para pesquisar
Linha 1: | Linha 1: | ||
<blockquote> |
<blockquote> |
||
− | Concurrency is about dealing with lots of things at once. |
+ | Concurrency is about dealing with lots of things at once.<br> |
− | Parallelism is about doing lots of things at once. |
+ | Parallelism is about doing lots of things at once.<br> |
+ | <br> |
||
− | |||
− | ''Rob Pike, co-inventor da linguagem Go'' |
+ | ''Rob Pike, co-inventor da linguagem Go''<br> |
''[http://concur.rspace.googlecode.com/hg/talk/concur.html#slide-5 Concurrency is not Parallelism (it's better)]'' |
''[http://concur.rspace.googlecode.com/hg/talk/concur.html#slide-5 Concurrency is not Parallelism (it's better)]'' |
||
</blockquote> |
</blockquote> |
Edição das 11h41min de 16 de janeiro de 2015
Concurrency is about dealing with lots of things at once.
Parallelism is about doing lots of things at once.
Rob Pike, co-inventor da linguagem Go
Concurrency is not Parallelism (it's better)
http://concur.rspace.googlecode.com/hg/talk/concur.html#slide-5