简体   繁体   English

分布式环境构想

[英]Distributed environment ideas

I need to find some real applications with below assumptions: 我需要根据以下假设找到一些实际的应用程序:

  1. We have several processes (either on the same machine, or distributed) that can communicate with each other 我们有几个进程(可以在同一台机器上,也可以在分布式上)可以相互通信
  2. A time unit has T seconds. 时间单位为T秒。 We have this global time accessible in each process. 我们在每个流程中都可以访问此全球时间。
  3. At each T seconds the global time increases with one unit. 全局时间每T秒增加一个单位。 Only the current time unit has a global data zone where processes can read/write. 仅当前时间单位具有全局数据区,在该数据区中进程可以读取/写入。

Thanks ! 谢谢 !

It sounds like you need a Real-Time Operating System (RTOS). 听起来您需要实时操作系统 (RTOS)。 You may find RTLinux to be a useful operating system. 您可能会发现RTLinux是有用的操作系统。 You may also want to check these two hyperlinks. 您可能还需要检查这两个超链接。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM