引用本文:张冰,李赣生,王华民.分布式Ada语言系统的实现.软件学报,2000,11(3):393-397
【打印本页】   【下载PDF全文】   查看/发表评论  【EndNote】   【RefMan】   【BibTex】
←前一篇|后一篇→ 过刊浏览    高级检索
本文已被:浏览 4317次   下载 5669 本文二维码信息
码上扫一扫!
分享到: 微信 更多
分布式Ada语言系统的实现
张冰1, 李赣生1, 王华民1
浙江大学计算机科学与工程系,杭州,310027
摘要:
基于Ada 95参考手册附录E“分布式系统”中的思想,提出了实现分布式Ada语言系统的一些概念和设计思想,并给出了实现分区通信子系统的具体方案.在此基础上,通过一些前置处理,并利用已实现的分区通信子系统的接口,实现了分布式Ada语言系统.最后通过一个实例,具体介绍了分布式Ada语言系统的程序设计方法.
关键词:  分区,远程过程调用,分区通信子系统,Stub,打包,解包.
DOI:
分类号:
基金项目:
Implementation for Distributed Ada Language System
ZHANG Bing,LI Gan-sheng,WANG Hua-min
Abstract:
According to Ada 95 reference manual(E),some concepts and design ideas implemented in distributed Ada Language system are introduced in the paper,and the detailed implementation of the partition communication subsystem is given.With the interfaces of partition communication subsystem and some pre-processings,the remote procedure calls in distributed Ada language system are implemented.Finally,an example is given.
Key words:  Partition,remote procedure call,partition communication subsystem,Stub,marshelling,unmarshelling.