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. Parallelism is about doing lots of things at once.<br> |
Concurrency is about dealing with lots of things at once. Parallelism is about doing lots of things at once.<br> |
||
− | <br> |
||
''Rob Pike, co-inventor da linguagem Go'' -- ''[http://concur.rspace.googlecode.com/hg/talk/concur.html#slide-5 Concurrency is not Parallelism (it's better)]'' |
''Rob Pike, co-inventor da linguagem Go'' -- ''[http://concur.rspace.googlecode.com/hg/talk/concur.html#slide-5 Concurrency is not Parallelism (it's better)]'' |
||
</blockquote> |
</blockquote> |
Edição das 11h42min 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