Rob pike发表过一个有名的演讲《Concurrency is not parallelism》(https://blog.golang.org/concurrency-is-not-parallelism), 演讲胶片在talks.golang.org中可以找到(https://talks.g ...
分类:
其他好文 时间:
2017-04-23 21:12:45
阅读次数:
246
前置检查server-id=10,master/slave不允许重复log-bingtid-mode=ONenforce-gtid-consistency=ON1,利用mysqlpump复制master数据到slave,搭建基于GTID的主从复制,缺少GTID处理方法,暂不成功。mysqlpump--host=--user=--password=--single-transaction--default-parallelism=..
分类:
其他好文 时间:
2017-04-06 17:12:58
阅读次数:
309
在对上两篇讨论中我们介绍了并行运算的两种体现方式:并行构建数据源及并行运算用户自定义函数。我们分别对这两部分进行了示范。本篇我准备示范把这两种情况集成一体的并行运算模式。这次介绍的数据源并行构建方式也与前面描述的有所不同:在前面讨论里我们预知需要从三个独立流来并行构建数据源。但如果我们有一个不知长度 ...
分类:
其他好文 时间:
2017-03-31 18:07:37
阅读次数:
198
最近对计算机中并发(concurrency)和并行(parallesim)这两个词的区别很迷惑,将搜索到的相关内容整理如下。 http://www.vaikan.com/docs/Concurrency-is-not-Parallelism/#slide-7 定义: 并发 Concurrency 将 ...
分类:
其他好文 时间:
2017-03-29 16:19:13
阅读次数:
320
https://www.threadingbuildingblocks.org/docs/help/index.htm Parallelizing Data Flow and Dependency Graphs In addition to loop parallelism, the Intel® ...
分类:
其他好文 时间:
2016-12-20 07:19:48
阅读次数:
203
官方对storm中worker,executor,task讲解非常清楚,https://github.com/nathanmarz/storm/wiki/Understanding-the-parallelism-of-a-Storm-topology 转载到个人博客上。一图胜千言: Storm d ...
分类:
编程语言 时间:
2016-11-12 19:09:15
阅读次数:
259
摘要 1.num-executors 2.executor-memory 3.executor-cores 4.driver-memory 5.spark.default.parallelism 6.spark.storage.memoryFraction 7... ...
分类:
其他好文 时间:
2016-11-04 01:13:27
阅读次数:
443
Ref: http://stackoverflow.com/questions/4844637/what-is-the-difference-between-concurrency-parallelism-and-asynchronous-methods Concurrent and paralle ...
分类:
其他好文 时间:
2016-10-01 12:38:49
阅读次数:
201
Concurrency并发 在计算机科学上,并发Concurrency 和并行 parallelism是非常重要的话题,也是软件产业一个热门的话题。电脑有了越来越多的的核,但喝多程序员没有准备好充分利用它们。 Rust的内存安全特性也应用于并发。Rust程序必须内存安全,没有数据竞争。Rust的类型 ...
分类:
编程语言 时间:
2016-09-09 06:33:29
阅读次数:
1695
http://stackoverflow.com/questions/1050222/concurrency-vs-parallelism-what-is-the-difference Concurrency is when two or more tasks can start, run, and ...
分类:
其他好文 时间:
2016-08-25 20:25:59
阅读次数:
127