搜索资源列表
Lesson17Code
- 命名管道是通过网络来完成进程间的通信,它屏蔽了底层的网络协议细节。我们在不了解网络协议的情况下,也可以利用命名管道来实现进程间的通信。 命名管道充分利用了Windows NT和Windows 2000内建的安全机制。 将命名管道作为一种网络编程方案时,它实际上建立了一个客户机/服务器通信体系,并在其中可靠地传输数据。-A named pipe is through the network to complete the process of communication, which sh
guandaoyuxinhao
- 常用的进程间通信方式 传统的进程间通信方式 无名管道(pipe)、有名管道(fifo)和信号(signal) System V IPC对象 共享内存(share memory)、消息队列(message queue)和信号灯(semaphore) BSD 套接字(socket)-Interprocess communication methods commonly used traditional inter-process communicat
pipe-demo
- linux管道通信,命名管道怎么做到进程间通信的-linux pipe commnuication,how to ipc using named pipe
pihe
- 通过命名管道实现两个控制台相互收发消息的示例-By a named pipe sample two console to send and receive messages to each other
named
- 不同机器之间使用命名管道(named pipe)通讯-Use a named pipe between different machines (named pipe) communications
2050766
- 不同机器之间使用命名管道(named pipe)通讯-Use a named pipe between different machines (named pipe) communications
4021997
- 通过命名管道实现两个控制台相互收发消息的示例-By a named pipe sample two console to send and receive messages to each other