分布式操作系统 meaning in English
distributed operating systems
Examples
- Process management and scheduling , inter - process communication , storage management , parallel control , file systems , transaction , clock synchronization , security mechanism , etc . the research topic of this thesis is " load distribution " , a destination of distributed process management and scheduling
分布式操作系统涉及到多个方面的工作,如:进程管理和调度、进程间通信、存储管理、并发控制、文件系统、事务处理、时钟同步、安全机制等。本论文的研究范围是针对分布式进程管理和调度的目标之一: “负载分布” 。 - The hla standard is consisted of three components : hla rules , hla interface specification and object model template . and the software implementing the hla interface specification is run - time infrastructure , which provides the simulations with seven groups of services ( federation management , declaration management , object management , time management , data distribution management , ownership management and support services ) at the same way as the distributed operation system provides services for applications . but the rti itself is not one part of the hla standard
Hla标准由规则、接口规范、对象模型模板三部分组成,而rti ( run - timeinfrastructure ,运行时底层结构)是实现hla标准中接口规范的软件,它以类似于分布式操作系统为应用程序提供服务的方式给仿真应用提供了联邦管理、声明管理、对象管理、时间管理、数据分发管理、所有权管理和支持的服务等七组服务,但是rti本身并不属于hla标准。 - ( 1 ) after analysed the features and demands of heterogenous distributed system , includeing distributed operating systems and distributed middleware , we bring forword achieve the interaton of heterogenous distributed system of simulation with the virtual share memory middleware
分析了分布式系统的特点,对分布式异构系统集成的体系结构进行了研究。对分布式操作系统和分布中间件技术进行了比较和研究,提出了采用虚拟共享内存中间件来实现分布式仿真系统异构集成的构想。 - We give a new algorithm for dynamic process migration after comparing the existing algorithms ; offer the system users a transparent distributed - os interface by modifying linux kernel and adding a global operation module ; design a migrate protocol so that the client and server can give the consistent view of process and transparent remote execution , and handle link failure and node failure
通过对linux核心的修改,和globaloperation模块的增添,为用户提供了一个“透明”的具有进程迁移功能的分布式操作系统接口。设计了一套迁移协议,使客户机与服务器能提供一致的进程观点和透明的远程执行,并处理了网络失败和节点失败两类错误。