搜索资源列表
memshare
- linux ipc linux 下进程间通信-linux IPS Inter Process Communication
IPC
- linux本地进程间通信的小例子,实现客户端注册用户,服务器端应答-linux local small example of inter-process communication
ordering.tar
- 简单的linux下的网络订货小程序demo,实现了套接字、IPC等编程,客户端与服务器采用本机模拟,稍加修改即可实现异地通信。-Linux network under simple ordering applet demo, to achieve the socket, IPC and other programming, the client and server using the machine simulation, slightly modified off-site communic
pipe
- linux环境下通过管道实现进程间的通信-linux ipc with pipe
linux-ipc-chat
- 自己的写的linux下的管道聊天程序. 可以在超级终端开启两个session,然后分别运行两个应用程序.-A chat program pipes under linux. You can open two session sin the HyperTerminal, and then run the two applications, respectively.
for-linux--ipc
- linux 进程间通信的编程举例,可用于学习怎么在linux环境中编写进程间通信程序。-Linux inter-process communication programming for example, can be used to learn how to write the program of inter-process communication in the linux environment.
LINUX
- 关于linux的有名和无名管道,以及共享内存的源代码 ,-IPC pipe
ipc
- Linux中实现进程间的通信,实现两进程间的通信,使用的方法有无名管道,有名管道,共享内存等。-Linux to achieve inter-process communication, to achieve communication between the two processes, the methods used are anonymous pipes, named pipes, shared memory, and so on.
ipc.cpp
- A program to show inter-process-communication(ipc) between reader process and writer process (in linux systems) .