TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Digging out a linux threading regression

15 点作者 alcuadrado大约 12 年前

2 条评论

lifthrasiir大约 12 年前
Copied from tl;dr: (Emphases in the original)<p>&#62; This blog post will show how a fix for XFree86 and linuxthreads ended up causing a major threading regression <i>about 7 years</i> after the fix was created.<p>&#62; The regression was in `pthread_create`. Thread creation performed very slowly as the number of threads in a process increased. <i>This bug is present on CentOS 5.3 (and earlier) and other linux distros as well.</i><p>Actually, while it merits a (fine) blog post, it is far from being <i>the</i> craziest as the original post title suggests. But what I find really important is surely the following paragraph:<p>&#62; It is also very possible that this bug impacted research done before <i>August 15, 2008</i> (in the best case because Linux distro releases are slow) on building high performance threaded applications.<p>Research is hard since you may be affected with every possible cause unknown to you.
评论 #5669836 未加载
gracemo大约 12 年前
Love this bug! <a href="http://www.ibiblio.org/harris/500milemail.html" rel="nofollow">http://www.ibiblio.org/harris/500milemail.html</a>