Linux supports many kinds of interprocess communication. Comparing with various kinds of Unix implementation way, this paper mainly discusses the Linux kernel 2.2 version's signal, pipe, and the three kinds of int...Linux supports many kinds of interprocess communication. Comparing with various kinds of Unix implementation way, this paper mainly discusses the Linux kernel 2.2 version's signal, pipe, and the three kinds of interprocess communication which is compatible with Unix System V(Message, Semaphore, Share memory). In addition,because of the rapid development of Linux kernel, this paper also analyzes and researches the new improvement of Linux kernel 2.4.展开更多
集成了大型机移植到微机上的图形学算法模块,并增加GUI(graphic user interface)界面。使用Windows进程间通信技术来实现GUI界面和控制台程序间数据通信。利用管道技术并结合某曲面造型系统开发要求,编制了一个进程间通信的中介模块,给...集成了大型机移植到微机上的图形学算法模块,并增加GUI(graphic user interface)界面。使用Windows进程间通信技术来实现GUI界面和控制台程序间数据通信。利用管道技术并结合某曲面造型系统开发要求,编制了一个进程间通信的中介模块,给出该模块的代码和执行流程,在系统运行时通过直接调用中介模块实现GUI菜单命令驱动算法执行的数据交互。中介模块经适当修改后可以解决类似场合的数据通信问题。展开更多
针对调度员仿真培训系统DTS(Dispatcher Training Simulator)对数据库快速传输数据的要求,结合DTS中访问数据库的特点及进程间通信的特征提出一种结合内存数据库与对象数据库构建实时内存数据库的方法。该实时内存数据库的优点是读/写...针对调度员仿真培训系统DTS(Dispatcher Training Simulator)对数据库快速传输数据的要求,结合DTS中访问数据库的特点及进程间通信的特征提出一种结合内存数据库与对象数据库构建实时内存数据库的方法。该实时内存数据库的优点是读/写速度快、无操作冗余、根据给定的条件主动向用户传输数据。针对所构建的实时内存数据库,提出了使用匿名管道方法进行计算进程与实时内存数据库进程间的通信(IPC),同时,对比了共享内存和套接字方法,给出了部分程序代码及对比试验数据。开发实践证明效果良好。展开更多
文摘Linux supports many kinds of interprocess communication. Comparing with various kinds of Unix implementation way, this paper mainly discusses the Linux kernel 2.2 version's signal, pipe, and the three kinds of interprocess communication which is compatible with Unix System V(Message, Semaphore, Share memory). In addition,because of the rapid development of Linux kernel, this paper also analyzes and researches the new improvement of Linux kernel 2.4.
文摘集成了大型机移植到微机上的图形学算法模块,并增加GUI(graphic user interface)界面。使用Windows进程间通信技术来实现GUI界面和控制台程序间数据通信。利用管道技术并结合某曲面造型系统开发要求,编制了一个进程间通信的中介模块,给出该模块的代码和执行流程,在系统运行时通过直接调用中介模块实现GUI菜单命令驱动算法执行的数据交互。中介模块经适当修改后可以解决类似场合的数据通信问题。
文摘针对调度员仿真培训系统DTS(Dispatcher Training Simulator)对数据库快速传输数据的要求,结合DTS中访问数据库的特点及进程间通信的特征提出一种结合内存数据库与对象数据库构建实时内存数据库的方法。该实时内存数据库的优点是读/写速度快、无操作冗余、根据给定的条件主动向用户传输数据。针对所构建的实时内存数据库,提出了使用匿名管道方法进行计算进程与实时内存数据库进程间的通信(IPC),同时,对比了共享内存和套接字方法,给出了部分程序代码及对比试验数据。开发实践证明效果良好。