搜索资源列表
内存映射文件进行进程通信
- 使用内存映射文件在两个进程间进行通信-use memory-mapped file between the two processes communicate
MemoryFileMap
- 进程间的通讯技术之一——内存文件映射法。-inter-process communication technology, one -- memory document mapping method.
MemoryShare
- 这个实例分成服务器程序和客户程序,显示了如何使用内存映射文件在两个或多个独立进程间传送数据。-this case into a server and client, showing how to use the memory mapping documents in two or more independent transmission of data between processes.
2006021801
- 共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText不能跨进程使用,
PipeServer
- 内存文件映射,让两个或多个进程映射到同一文件对象的不同视图-Memory file mapping, so that two or more process is mapped to the same document object of different views
FileMap
- 实现文件映射,在两个进程间共享内存,在不同进程间传输大文件时,可大幅度提升访问速度。本源码仅为模拟,共享内存为1K,可自行调整。-File mapping, in shared memory between two processes in different inter-process transfer large files, they can significantly enhance the access speed. The only source simulation, shared
MapFileTrans
- 通过内存映射实现进程间的数据交换\MapFileTrans\MapFileTrans.rar,很不错的vc源码,有兴趣的朋友可以看看。-Through memory-mapped inter-process data exchange \ MapFileTrans \ MapFileTrans.rar, very good vc source, interested friends can see.
kingate-1.6config
- kingate 去配置版. (原版本需要配置很麻烦) kingate是一个多线程的程序(采用线程池的方式),所以短时间内大量的连接请求,kingate还能保持很高的性能。 kingate还支持tcp端口映射,可以实现别人访问你的内网主机。 kingate有强大的规则控制,包括源IP地址,目的IP地址,目的端口,及采用的代理协议。 kingate也支持时间控制。即可以设置什么时间内,所设置的规则才有效。 kingate内置了用户认证,以及记录用户的使用情况,包括用
ModuleRun
- 运行程序脱离文件映射困扰,程序运行后可对程序做任意操作,包括删除程序,内存中保留代码. 用rundll32.exe加载dll,然后在dll中重新加载自身并FreeLibrary原先加载的那份脱离隐射-Run the program from the file mapping problems, after running the program can do any action, including the deletion of the program, the memory reser
ShareMem
- 通过内存映射对象实现程序和进程间的内存共享。-Implement programs and memory sharing between processes through a memory-mapped object.