由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - thread和process区别,parallel和concurrent 区别
相关主题
a question about parallel/distributed systemBloomberg 非CS口的电面
那位讲下并行计算这门课在工作里有实际作用么?计算乘法和除法,不用乘法和除法符号,怎么scale
concurrent programming skills怎么准备?理论物理博士找码工,求问做的scientific project怎么polish
CS master找工小结(3)-C&FEE master 找码工求评估
北京Position: Technical Lead, Parallel Data Mining诚心请教Intel家 Visual & Parallel computing Group 面试
CS PhD 找工作IBM 并行文件系统(GPFS)组招人
请问哪个方向工作前景更好?发一个OR的面经吧
求经验Nvidia的CUDA developerSolve sudoku in parallel
相关话题的讨论汇总
话题: parallel话题: 区别话题: concurrent话题: process话题: thread
进入JobHunting版参与讨论
1 (共1页)
g********o
发帖数: 132
1
请问
thread和process区别,
parallel和concurrent 区别
谢谢
p*****2
发帖数: 21240
2
第二个问题有意思。
z******g
发帖数: 271
3
A process is associated with an execution context which includes a virtual
memory space, opened file handles, signals and etc. Whereas forked threads
share those resources.
Concurrency is when things look like they happen at the same time.
Parallelism is when things do happen at the same time. You can think of
parallelism a subset of concurrency.
H*******g
发帖数: 6997
4
You are eating, typing and listing to music, that is parallel. The whole
people from your company are eating, typing and listing to music at the same
time, it is Concurrency.
q*****l
发帖数: 124
5
multiprocessor才能parallel吧
1 (共1页)
进入JobHunting版参与讨论
相关主题
Solve sudoku in parallel北京Position: Technical Lead, Parallel Data Mining
[求内推] Linkedin referral for data scientist (Machine learning and large-scale parallel computing)CS PhD 找工作
问一下sorting请问哪个方向工作前景更好?
M家onsite面经求经验Nvidia的CUDA developer
a question about parallel/distributed systemBloomberg 非CS口的电面
那位讲下并行计算这门课在工作里有实际作用么?计算乘法和除法,不用乘法和除法符号,怎么scale
concurrent programming skills怎么准备?理论物理博士找码工,求问做的scientific project怎么polish
CS master找工小结(3)-C&FEE master 找码工求评估
相关话题的讨论汇总
话题: parallel话题: 区别话题: concurrent话题: process话题: thread