搜索资源列表
os_2
- 大学时期编的操作系统间进程通讯模仿程序, 模仿消费者生产者问题,设置产品等待队列和需求计数,缓冲区大小为8并可变,可实时观测缓冲区状态-Mimic the procedures of the operating system compiled by the university, inter-process communication, Imitate the problem of consumers to producers, set the wait queue and needs
COPY-DATA
- 测试进程间通讯copy data的小工具-small tool, copy data test process
ProcessConnection
- OS 中进程间通讯问题,创建两个进程:读 写进程。-The OS interprocess communication problem, create two processes: reading and writing process.
Code4
- 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。-Explain in detail the process of communication between the four ways: Clipboard, anonymous pipes, named pipes and mail slots. And comparative analysis of the advantages and disadvantages of these t
IPCDemo
- android中进程间的通讯,android专门有一个AIDL实现了这样的通讯,这个demo就是简单阐述了AIDL的原理-android in inter-process communication, android has a dedicated AIDL achieve such communication, this demo is a simple principle expounded AIDL
tcc-2
- 用pediy修改dll的节属性达到进程间另一种形式共享内存/通讯-Between the modified section properties dll reached by pediy process another form of shared memory/communication
delphi-sms
- delphi 进程间通讯 delphi 进程间通讯-delphi sms delphi sms delphi sms
tytnl_total
- VB进程间通讯演示(1,0) 说明:一共四个演示,分别如下: 1Sample-VB demo communication between processes (1, 0) : a total of four demonstration, respectively as follows: 1 sample
tsf4g_lib
- Tbus是tsf4g(Tencent ServiceFramework for Game,腾讯游戏服务框架)中的基础组件之一,主要的目的是为上层业务提供统一的线程或进程间通信接口,屏蔽本地进程间通信以及远程进程通信的细节,让开发人员可以集中精力关注业务逻辑,是tsf4g重要组成部分。 Tbus原理 Tbus基于共享内存构建无锁双通循环消息队列,发送的双方通过专用的读写队列完成数据收发,实现本地进程通信或者远程进程间通信。通信双方使用的两个队列称之为tbus通道(channel),每一