搜索资源列表
jxta-c-2.4
- Welcome to JXTA-C/C++ Project JXTA-C/C++ project is an open source cross-platform C/C++ implementation of the JXTA platform with an Apache-like license. The community is committed to a quarterly release cycle. For each release, it is currently
pipe.tar
- 这个对理解linux的管道通信有帮助-The communication channel for understanding the linux help
Monitor
- Linux下监控某个服务进程,并通过Email和Fetion告警,通过管道实现通信,支持Email,Feion不同告警方式。含有email发送,飞信发送源码。 详情访问博客:www.yqshare.com 转载请注明出处!-Monitoring a service process under Linux, and through Email and Fetion alarm, through the pipe for communication, support Email, F
myftpnew
- linux下建立TCP连接,通过管道发送命令,模拟FTP命令,实现文件上传下载。-established under linux TCP connection, sending commands through a pipe to simulate the FTP commands for file uploading and downloading.
pipe
- LINUX进程通信方法很多,但对于父子进程,最简单实用的方法就是管道。 示例代码给出的即是父子进程间利用管道通信。-There are many ways for the communication between processes in Linux. But for the parent and child, the most simple and practical way is pipe. Here is an example of pipe.
pipe
- linux环境下通过管道实现进程间的通信-linux ipc with pipe
pipe
- linux环境下 局域网内的pipe通信机制-linux pipe within the LAN environment, the communication mechanism
named_pipe
- 基于Linux下的进程通信中的命名管道,以及相关的实现代码-Based on the process of communication under Linux named pipe, and the realization of the relevant code
pipe.html
- Fifo example linux platform.
linux-pipe-programming
- linux管道编程,有志向学习嵌入式编程-linux pipe programming ambition to learn embedded programming
8_cat
- 用管道实现cat,基于linux的C编程,没有头文件,需要自己添加- take use of pipe to work out cat
LINUX
- 关于linux的有名和无名管道,以及共享内存的源代码 ,-IPC pipe
Linux_chat
- Linux下高级编程,使用有名管道的方式的进程间通信技术来实现客户端和服务器的通信。-Advanced programming under Linux, using a named pipe of process communication technology to realize the client and server
fifo
- 无名管道通信,学习管道通信的基础原理实现LInux环境下的管道通信方式 -Unnamed pipe communication, to achieve LInux environment pipeline communication
11.NamedPipes
- All pipe concepts that are needed to be learned for making "pipes" in linux
pipe
- Linux管道通信源码,适合初学者学习,开发参考-Linux pipeline communication source code, suitable for beginners learning, development of reference
pipe
- 管道通信即发送进程以字符流形式将大量数据送入管道,接收进程可从管道接收数据,二者利用管道进行通信。程序由linux下的C实现,文件中有3个管道通信程序,第一个是无名管道通信,后两个是命名管道通信。-Pipe communication that is sent to a stream of characters to process large amounts of data into the pipeline, the receiving process can receive data t
