linux - 是否可以将输入的处理数据传输到另一台设备上的另一个 CPU?

标签 linux linux-kernel operating-system

我的目标是将输入处理数据传输到另一个设备上的另一个 CPU。 例如,从一个操作系统到另一个操作系统。 enter image description here

最佳答案

是的,这种工作转移在许多不同的场景中完成:Oracle Parallel Server ( https://www.csee.umbc.edu/portal/help/oracle8/server.815/a67439/chap1.htm ):

enter image description here

您可以找到答案的技术术语是“进程迁移”和“分布式系统管理”。 ( https://www.slideshare.net/ayyakathir/cs6601-distributed-systems-70362190 )

enter image description here

这方面的开源示例是 Hadoop - 此处显示的是 Hadoop 中的批处理迁移:

enter image description here

关于linux - 是否可以将输入的处理数据传输到另一台设备上的另一个 CPU?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47074759/

相关文章:

c - 使用 insmod 时 undefined symbol

linux - fork() 机制的一部分

c - 使用串行和多线程实现程序蒙特卡罗计算pi

c - 从共享内存空间 c 写入和读取问题

c - 尝试将命令行参数解析为 C 中的两个单独的命令

linux - git 在内部使用符号链接(symbolic link)吗? ( fuse 相关)

regex - 使用 linux 终端在 .txt 中查找 animal-060、animal-061、animal-062 ...、animal-069

c - sizeof(int[1]) 是什么意思?

c - 将虚拟地址存储在指针而不是物理地址中有什么好处?

linux - 从 svnadmin hotcopy 创建 SVN 仓库