Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - named pipe
Search - named pipe - List
用简单的例子实现了用命名管道实现进程间通信-simple example of the realization of the named pipe used to achieve inter-process communication
Date : 2008-10-13 Size : 2.14kb User : wf

用简单的例子实现了用命名管道实现进程间通信-simple example of the realization of the named pipe used to achieve inter-process communication
Date : 2025-12-25 Size : 2kb User : wf

给出一个在Linux不同程序间通过命名管道进行通信的实例。-Linux is given a different inter-process communication through named pipe instance.
Date : 2025-12-25 Size : 1kb User : lf

DL : 0
Linux下用命名管道FIFO写的进程间通信程序(经典集合,用gcc编译器,可直接使用,吐血奉送)-FIFO under Linux using named pipe communication between the process of writing procedures (classical set, with the gcc compiler, can be used directly, vomiting blood Complimentary)
Date : 2025-12-25 Size : 24kb User : FarEast8612

DL : 0
管道是UNIX系统和类UNIX系统都支持的通信机制,它也是进程间通信(IPC,Inter-Process Communication)最古老的形式之一。管道是半双工的,如果要实现双向通信,需要建立两个管道。管道只能用于具有亲缘关系的进程间进行通信,如果两个完全无关的进程进行通信,则需要使用有名管道,即FIFO。 本实验父进程从控制台读数据,并向管道中写字符串。子进程将父进程经由管道传输过来的字符进行大小写互转,然后将装换后的字符送回父进程。 实验环境 Redhat9.0-Pipeline is the UNIX system and UNIX-systems support the communication mechanism, it is also inter-process communication (IPC, Inter-Process Communication) is one of the oldest forms. Pipes are half duplex, and if you want to achieve two-way communication, you need to build two pipelines. Pipeline can only be used with a genetic relationship between the process of communication, if two totally unrelated processes to communicate, you need to use named pipes, or FIFO. In this study, the parent process read data from the console, write to the pipe string. Parent process child process will be over by the tunnel system conversion case characters, and then loaded back to the parent for the character after the process. Redhat9.0 experimental environment
Date : 2025-12-25 Size : 1kb User : tiger

DL : 0
用于测试进程间通过有名管道的通信,挺好用的-Used to test the inter-process communication through named pipes, very good use
Date : 2025-12-25 Size : 1kb User : lxdong

linux下驱动程序。可以实现简单的命名管道功能。参考《linux设备驱动程序》第六章。 用make编译,sudo insmod scullpipe.ko装载,sudo rmmod scullpipe卸载。装载后根据/proc/devices中设备号用mknod创建设备文件。-drivers under linux. Can achieve a simple named pipe functions. Reference to linux device drivers Chapter VI. Use make to compile, sudo insmod scullpipe.ko load, sudo rmmod scullpipe uninstall. Loaded according to /proc/ devices in the device number to use mknod to create device files.
Date : 2025-12-25 Size : 154kb User : 肖皓

DL : 0
linux下的管道应用,此为命名管道,能够实现文件的读写操作-Under Linux piping applications, this is named pipe, can realize the file has read and write operations
Date : 2025-12-25 Size : 1kb User : vivian

在Linux学习中,无名管道在开发板上运行的源代码。-Linux learning, the named pipe on the development board running the source code.
Date : 2025-12-25 Size : 1kb User : 林东育

编写基于管道的消息队列,该消息队列采用管道进行消息发送、存储、传递及接收。该消息队列应用于多线程环境时要保证线程是安全的;所采用的管道可以是由pipe创建的,也可以是命名管道;该消息队列能够接收CLMessage继承体系的消息;该消息队列能融入到本课程所提供的程序库中,能支持线程之间的通信(即需要提供发送消息的通信类,以及消息循环的管理类)。-The preparation of a pipeline-based message queue, the message queue using the pipeline to send a message, storage, transmission and reception. To ensure that the message queue used in a multithreaded environment, thread-safe used in pipelines can be created by the pipe, can also be a named pipe the message queue can receive CLMessage inheritance system message the message queue can be integrated into to the library provided in this course, can support the communication between threads (ie, need to send a message communications, as well as the management class of the message loop).
Date : 2025-12-25 Size : 2.48mb User : 熊涛

DL : 0
有名管道,双方都可读写功能,实现双向通信。-Named pipe to both read and write capabilities, two-way communication.
Date : 2025-12-25 Size : 12kb User : 冀鹏霞

WPA Supplicant / Windows Named Pipe -based control interface.
Date : 2025-12-25 Size : 4kb User : sisanai

本代码用于讲解unix 环境下网络编程中的有名管道,这是一个使用有名管道的服务器和客户端的例子-This code is used to explain the unix network programming environment named pipe, which is an example of the server and client to use named pipes
Date : 2025-12-25 Size : 6kb User : wy

DL : 0
linux下的命名管道编程,属于进程间通信的一种机制, 用于不同进程间的通信,可作为参考-Named Pipes programming under linux, a part of inter-process communication mechanism for communication between different processes can be used as a reference
Date : 2025-12-25 Size : 1kb User : deng

The official documentation states that the name of a given named pipe cannot be more than 256 characters long.
Date : 2025-12-25 Size : 3kb User : mundehn

多进程的有名管道通信实例,在pc中linux环境下测试通过,测试中使用2个有名管道实现全双工通信,test_fifo_rw用于写管道,并读取另一个管道内容,test_fifo_echo将读管道的数据简单处理后回送到另一个管道中,-Examples of well-known multi-process communication named pipe, in the pc linux environment tested, the test used in two well-known pipeline to achieve full-duplex communication, test_fifo_rw writing for a pipeline, and read the contents of another pipeline, test_fifo_echo read data pipeline after a simple treatment write back to another pipeline,
Date : 2025-12-25 Size : 10kb User : tanxu

命名管道也被称为FIFO文件,它是一种特殊类型的文件,它在文件系统中以文件名的形式存在,但是它的行为却和之前所讲的没有名字的管道(匿名管道)类似。 由于Linux中所有的事物都可被视为文件,所以对命名管道的使用也就变得与文件操作非常的统一,也使它的使用非常方便,同时我们也可以像平常的文件名一样在命令中使用。(A named pipe is also known as the FIFO file, it is a special type of document and its file name in the file system to form, but it is the behavior of pipeline and have said before no name (similar to anonymous pipes). Because everything in Linux can be seen as a file, so the use of named pipes becomes uniform and the file operation very well, but also make it very convenient to use, and we can also use the same name as the normal file in the order.)
Date : 2025-12-25 Size : 2kb User : 。。。,,,

利用linux C编写一个多用户——单一服务器模式的程序,用命名管道实现客户到服务器之间传递数据的操作。(Using Linux C to write a multi user single server mode program, using the named pipe to achieve data transfer between the client and server.)
Date : 2025-12-25 Size : 1kb User : 小堕
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.