Welcome![Sign In][Sign Up]
Location:
Search - pipe process

Search list

[Linux-Unixlinux进程间通信的例子

Description: 用简单的例子实现了用命名管道实现进程间通信-simple example of the realization of the named pipe used to achieve inter-process communication
Platform: | Size: 2048 | Author: wf | Hits:

[Process-Threadnamedpipe

Description: 利用命名管道技术,在进程间进行通信的例程。希望和大家交流。-use named pipes, in the process of communication between the routines. And we hope that the exchanges.
Platform: | Size: 68608 | Author: 彭明 | Hits:

[Process-ThreadVcNamePipe

Description: 利用命名管道邮槽来实现进程间的通信,程序包括客户端和服务端-use named pipes Post chutes to achieve inter-process communication, procedures, including client and server
Platform: | Size: 68608 | Author: 黄磊 | Hits:

[Process-ThreadPipe_Dll

Description: 使用PIPE完成同一机器上的两个进程、不同机器上的两个进程或不同操作系统下的两个进程之间的通信。-use PIPE completed on the same machine two processes, different machines on the two different operating systems or process under the two processes of communication.
Platform: | Size: 25600 | Author: Donna | Hits:

[Otherpopeconnect

Description: 实现进程的管道通信。用系统调用pipe( )建立一管道,二个子进程P1和P2分别向管道各写一句话: Child 1 is sending a message! Child 2 is sending a message! 父进程从管道中读出二个来自子进程的信息并显示(要求先接收P1,后P2)。 -process of the realization of the communication channel. With system call pipe () to establish a pipeline, the process of two-P1 and P2 respectively to the pipeline was a sentence : Child 1 is sending a message! Child 2 is sending a message! Father process from the pipeline read out from the two sub-process and display information (required first to receive P1, After P2).
Platform: | Size: 2048 | Author: 钟洁 | Hits:

[Process-ThreadNamedPipeClt

Description: 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点-explain in detail the communication process in four ways : the clipboard, anonymous pipes, named pipes and mail chutes. And a comparative analysis of these types of inter-process communication on the merits and demerits
Platform: | Size: 29696 | Author: cq_3964 | Hits:

[OS DevelopDLLCallDemo

Description: 操作系统上机实验报告,进程间的通信,1. 选择Windows2000环境提供的进程通信工具:文件映射(filemap)、管道(Pipe或NamedPipe)、套接字(socket)完成同一机器上的两个进程、不同机器上的两个进程或不同操作系统下的两个进程之间的通信。-experimental operating system on the plane, inter-process communication, 1. Choose Windows 2000 environment, the process of communication tools : File Mapping (filemap) Pipeline (Pipe or NamedPipe) socket (socket) completed on the same machine two processes, different machines on the two different operating systems or process under the two processes of communication.
Platform: | Size: 1002496 | Author: 钱青鱼 | Hits:

[Software Engineeringpipedoc

Description: 管道(Pipe)实际是用于进程间通信的一段共享内存,创建管道的进程称为管道服务器,连接到一个管道的进程为管道客户机。一个进程在向管道写入数据后,另一进程就可以从管道的另一端将其读取出来。匿名管道(Anonymous Pipes)是在父进程和子进程间单向传输数据的一种未命名的管道,只能在本地计算机中使用,而不可用于网络间的通信。-pipes (Pipe) for the actual inter-process communication for shared memory, the creation of a process known as the Pipeline Pipeline server, connecting to a pipe to channel the process of the client. In a process to write to the pipeline, another process can pipeline from the other end to read out. Anonymous pipes (Anonymous Pipes) is the father of the child process and the process of one-way transmission of data not a Naming the channel and the local use of the computer, and may not be used for inter-network communications.
Platform: | Size: 6144 | Author: 王晓鹏 | Hits:

[Process-Threadpipe

Description: 转自网上,非原创。简单的进程管道通信编程实例,通过建立管道,调用cmd.exe-Transfer from the Internet, non-original. Simple process of pipeline communication programming examples, through the establishment of channels, call cmd.exe
Platform: | Size: 1024 | Author: 王欣欣 | Hits:

[Linux-Unixpipe.c

Description: 这是一个管道实现的简单源程序,实现进程间的通信和管理 -This is a pipeline to achieve a simple source code to achieve inter-process communication and management
Platform: | Size: 4096 | Author: 肖欣 | Hits:

[Linux-Unixpipe

Description: Linux平台下的用c语言实现pipe(进程间通信的一种),请站长接收-Under the Linux platform using c language realize pipe (an inter-process communication), please head to receive
Platform: | Size: 1024 | Author: qq | Hits:

[Linux-Unixpipe

Description: 操作系统编程,利用pipe管道实现进程间通信,linux环境下gcc编译-Operating system programming, the use of pipe pipeline implementation process communication, linux environment gcc compiler
Platform: | Size: 1024 | Author: | Hits:

[Linux-Unixpipe

Description: linux下管道监视程序,父进程通过管道发送信息给子进程-linux monitoring procedures under the pipeline, the father of the process of sending information through the pipeline to the child process
Platform: | Size: 1024 | Author: hc | Hits:

[Process-Threadprocess

Description: it s a management of 5 processes calcul1, calcul2, calcul3, calcul4 and calcul5 witch share 3resources n1, n2 and n3 using pipe and socket -it s a management of 5 processes calcul1, calcul2, calcul3, calcul4 and calcul5 witch share 3resources n1, n2 and n3 using pipe and socket
Platform: | Size: 21504 | Author: lily | Hits:

[Process-Threadprocess-pipe

Description: 一个基于父进程和子进程之间用匿名管道进行进程通讯的实例,附带了可执行文件以及全部源码。非常好的了解匿名管道机制的程序。-One based on the parent process and child processes to process communication with the anonymous pipe instance comes with an executable file and all source code. A very good understanding of the anonymous pipe mechanism.
Platform: | Size: 84992 | Author: sss | Hits:

[Process-Threadpipe

Description: 进程间通信的一直方式,采用管道,此处用的是匿名管道,即子进程与父进程间的通信-Inter-process communication methods have been used pipe, used here is the anonymous pipe, that is, the child process and parent inter-process communication
Platform: | Size: 3761152 | Author: yuanzi | Hits:

[Linux-Unixpipe

Description: 该程序先使用pipe()函数创建一个临时通信管道,然后使用fork()创建两个子进程,使用write()函数向管道两次写入”I’m parent process。”的信息,两个子进程使用read()函数从管道中获取信息并输出,然后两个子进程分别向管道写入”I’m child process a”和”I’m child process b”信息,由父进程从管道中读出并显示。在使用write()函数前,需要先使用lockf()函数锁住管道,写完信息后再解锁管道。-The program first use pipe () function to create a temporary communications pipe, and then use the fork () to create two sub-processes, use the write () function is written twice to the pipeline " I' m parent process." Information, the use of two sub-processes read () function to obtain information from the pipe, and output, and then two sub-processes to the pipeline were to write " I' m child process a" and the " I' m child process b" information, from the parent process from the pipeline to read and display the . Using the write () function, you need to first use lockf () function is locked pipelines, finish information and then unlock the pipes.
Platform: | Size: 1024 | Author: JK | Hits:

[Software Engineeringtribon-pipe-data

Description: Tribon M3管系生产信息提取程序(python程序应用)-Production information management system Tribon M3 extraction process (python program application)
Platform: | Size: 4096 | Author: xujinxiang1 | Hits:

[Process-ThreadPIPE

Description: 命名管道,实现进程间的双向通信,经过多次调试,已经能实现收发信息-Named pipes, to achieve two-way communication between the process, after several commissioning, has been able to send and receive information
Platform: | Size: 5583872 | Author: fish | Hits:

[Dialog_Windowpipe

Description: 利用管道打开一个exe控制台程序,并向其传递参数-exe pipe process
Platform: | Size: 26624 | Author: huan | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net