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.
中文翻译
为什么计算机科学学生需要了解并行和分布式计算?
所有大型网站至少是分布式系统,以防止故障。
所有运行多个站点实例或在虚拟机中多次运行的系统都是并行系统。
如果你的网站只会有一个用户,并且在后端不会执行任何重要工作,最好直接在笔记本电脑上运行,因为这样,如果断电,它有内置的不间断电源,即笔记本电池。
任何不是玩具的东西都将需要并行和分布式系统,二者都是单独的事物。
本文作者:yowayimono
本文链接:
版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!