作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2007, Vol. 33 ›› Issue (09): 266-268.

• 开发研究与设计技术 • 上一篇    下一篇

嵌入式环境下RPC的设计与实现

袁 菲,陆 阳,海 深   

  1. (合肥工业大学计算机与信息学院,合肥 230009)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2007-05-05 发布日期:2007-05-05

Design and Implementation of RPC for Embedded Environment

YUAN Fei, LU Yang, HAI Shen   

  1. (College of Computer and Information, Hefei University of Technology, Hefei 230009)
  • Received:1900-01-01 Revised:1900-01-01 Online:2007-05-05 Published:2007-05-05

摘要: 远程过程调用(RPC)是分布式系统中常见的进程间通信手段,与显式的消息传递方法相比,RPC能为多节点进程间通信提供更好的透明性。该文在分析了RPC系统结构的基础上,结合嵌入式环境设计了一个通用的RPC系统,并在ARM7、μC/OS-II、以太网和TCP/IP的基础上实现了该RPC设计。通过测试,比较了RPC方式与显式消息传递的时间损耗。

关键词: 远程过程调用, 嵌入式, 透明性, μC/OS-II

Abstract: RPC is a common method used to inter-process communication of distributed system. RPC can provide more transparence than traditional explicit message passing. This article designs a general RPC system for embedded environment based on analysis of the RPC system architecture. This RPC system is implemented upon ARM7, μC/OS-II, Ethernet, TCP/IP. The tests of RPC and explicit message passing are performed.

Key words: Remote procedure call(RPC), Embedded, Transparence, μC/OS-II

中图分类号: