由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Problem of Thread by Prof. Lee大伙怎么看?
相关主题
有谁用TBB吗why do we need to map user threads to kernel threads?
真正的multi-threading是5个thread要5个cpu?那apache是真正的m一个multithread的问题(是不是有人觉的很简单?)
multi threading 还是 multi processingrand() in multitreading
thread, semaphore, 问题。thread c++ 问题
python下的expecta question about Nachos in C
多线程编程前景如何?用多线程怎么比单线程还慢呢?
c++下如何实现多线程?来来,讨论一下multithread, multi-core, affinity
[合集] 怎么样提高自己的multi-thread programming能力?multithread app的design要注意哪些问题?
相关话题的讨论汇总
话题: lee话题: thread话题: prof话题: problem话题: language
进入Programming版参与讨论
1 (共1页)
mw
发帖数: 525
1
http://www.eecs.berkeley.edu/Pubs/TechRpts/2006/EECS-2006-1.pdf
居然反潮流的说threading不好,这个倒是蛮独特的观点,大家怎么看?
m*****e
发帖数: 4193
2
He is talking about threading in traditional languages (which is achieved by
libraries instead of native language support), and arguing for better
language support for writing concurrent programs.

【在 mw 的大作中提到】
: http://www.eecs.berkeley.edu/Pubs/TechRpts/2006/EECS-2006-1.pdf
: 居然反潮流的说threading不好,这个倒是蛮独特的观点,大家怎么看?

g*****g
发帖数: 34805
3
Bullshit, I agree concurrent coding on threads can be difficult.
But until one builds a system that can scale at least as well and
also simpler in the coding, it's just nonsense.
Language is to make simple things simple and difficult things possible.
Make first part simpler is not enough to cut it if you can't
make the latter part possible.

【在 mw 的大作中提到】
: http://www.eecs.berkeley.edu/Pubs/TechRpts/2006/EECS-2006-1.pdf
: 居然反潮流的说threading不好,这个倒是蛮独特的观点,大家怎么看?

h*******e
发帖数: 225
4
这观点没什么独特的,看看多少年前Berkeley的SEDA吧。其实都是argue来argue去,师
兄写篇event driven好,发个sosp毕业了,师弟再推翻了,也发篇sosp毕业。
看看里面用数学来argue multi-threading不好的那一段,挺搞笑的。

【在 mw 的大作中提到】
: http://www.eecs.berkeley.edu/Pubs/TechRpts/2006/EECS-2006-1.pdf
: 居然反潮流的说threading不好,这个倒是蛮独特的观点,大家怎么看?

1 (共1页)
进入Programming版参与讨论
相关主题
multithread app的design要注意哪些问题?python下的expect
一直没有很好理解thread join itself,哪位解惑一下 (转载)多线程编程前景如何?
写thread safe程序现在也是程序员必须要掌握的了吧c++下如何实现多线程?
一道多线程的面试题 (转载)[合集] 怎么样提高自己的multi-thread programming能力?
有谁用TBB吗why do we need to map user threads to kernel threads?
真正的multi-threading是5个thread要5个cpu?那apache是真正的m一个multithread的问题(是不是有人觉的很简单?)
multi threading 还是 multi processingrand() in multitreading
thread, semaphore, 问题。thread c++ 问题
相关话题的讨论汇总
话题: lee话题: thread话题: prof话题: problem话题: language