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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Why don't CPUs connect using the PCI slots?

10 点作者 ghgr大约 3 年前

3 条评论

simne大约 3 年前
Because PCI is relatively slow, compared to modern CPU buses, nothing else.<p>This is done intentionally, to make computers cheaper, because on concurrent market few dollars difference could lead to dramatically drop sales and could lead to bankruptcy.<p>So systems vendors constantly monitoring market, and trying to implement only limited functionality, to limit budgets of development and manufacturing.<p>For example, initial speed of SATA was not chosen from some random number, but considered that existed on market disk drives have some speed, plus some gap for future upgrades.<p>ISA&#x2F;PCI speed initially where chosen by considerations of limits of frequency of existed hardware, basically they where tied to consideration, of typical user machine, where there one network card and one HDD with known speed (plus hdd and network roadmap), so system will be viable for planned years.<p>And at last, where existed tens examples of CPUs on daughter cards, mostly proprietary (I even have 386 computer with CPU on daughter card), but there where also PCI and EISA CPU cards, because on their market, slow speed of CPU working through PCI or even EISA was not issue.<p>Mostly CPUs on daughter cards used in server machines, to simplify change of CPU without changing motherboard.<p>Basically, very large share of non-x86 multiprocessor machines (RISC servers), where with CPUs on daughter cards, and large share of them have features need special hardware, like hot-swap. So these daughter boards were not only processor nests, but also include cache, bus bridge, in many cases RAM slots, and other circuits, need for hot-swap.
评论 #30889613 未加载
Epiphany21大约 3 年前
Probably because it&#x27;s expensive and complicated, and harder to cool. A lot of the old workstation backplane designs used custom ASICs to connect all the system boards. I&#x27;d love to see a modern desktop PC with a backplane design but it&#x27;s not really realistic.
gompertz大约 3 年前
I guess the closest thing would have been Slot 1 which stuck around a few years... <a href="https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Slot_1" rel="nofollow">https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Slot_1</a>
评论 #30893202 未加载
评论 #30888713 未加载