编辑
2023-10-19
英语学习
00
请注意,本文编写于 569 天前,最后修改于 569 天前,其中某些信息可能已经过时。

Why do computer science students need to gain knowledge about parallel and distributed computing?

All large web sites are at a minimum, distributed systems, to prevent failures.

All systems that run multiple site instances, or single site instance, multiple times, in a VM, are parallel systems.

If you are only ever going to have a single user for your web site, and it’s not going to do any significant work on the back end, you might as well just run it on a laptop, because that way, if the power goes out, it has a built in UPS, in the laptop battery.

Anything that’s not a toy will require parallel and distributed systems, both, as separate things.

中文翻译

为什么计算机科学学生需要了解并行和分布式计算?

所有大型网站至少是分布式系统,以防止故障。

所有运行多个站点实例或在虚拟机中多次运行的系统都是并行系统。

如果你的网站只会有一个用户,并且在后端不会执行任何重要工作,最好直接在笔记本电脑上运行,因为这样,如果断电,它有内置的不间断电源,即笔记本电池。

任何不是玩具的东西都将需要并行和分布式系统,二者都是单独的事物。

  • Computer Science Students: 学习计算机科学的学生。
  • Parallel and Distributed Computing: 并行和分布式计算,涉及同时处理多个任务和多台计算机共同完成任务的概念。
  • Large Websites: 大型网站,规模庞大的互联网网站。
  • Distributed Systems: 分布式系统,由多个相互连接的计算机组成的系统,实现协同工作。
  • Prevent Failures: 防止故障,采取措施以防止系统或组件发生故障。
  • Multiple Site Instances: 多个站点实例,一个系统的多个相同副本或实例。
  • Virtual Machines (VM): 虚拟机,软件模拟的计算机系统,可以在物理计算机上运行多个操作系统。
  • Parallel Systems: 并行系统,处理多个任务或操作的系统。
  • Laptop: 笔记本电脑,便携式个人计算机。
  • Power Outage: 断电,电源中断,停止电力供应。
  • Built-in Uninterruptible Power Supply (UPS): 内置的不间断电源(UPS),在电源中断时提供短时电力供应的设备,以防止数据丢失或硬件损坏。
  • Toy: 玩具,在此处指简单或基础的系统或项目。

本文作者:yowayimono

本文链接:

版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!