unnamed-pipe
There are 10 repositories under unnamed-pipe topic.
andreamanera/ARPassignment2
Assignment 2 of advanced and robot programming class aims to measure the speed efficiency of different IPC to transfer a certain amount of data between a producer and a consumer represented by two different processes.
Fabioconti99/IPC_Speed_Comparison
This is the repository of the second assignment of the Advanced Robot Programming course: comparison of different ipc speeds.
marcomacchia99/IPC_Speed_Analyzer
Second assignment of Advanced Robot Programming regarding the analysis of the speed of four different IPC methods: unnamed and named pipes, sockets and shared memory with circular buffer
SameetAsadullah/Inter-Process-Communication-Using-Unnamed-Pipes
A simple C++ program to simulate inter-process communication using unnamed pipes
SameetAsadullah/Linux-gbsh-Shell-Implementation
Linux shell coded in C++ language which performs some of the features found in typical shells, like the bash (Bourne Again Shell) or csh (C-Shell)
FraPagano/IPC-performance-analysis-
Second Assignment from ARP class
MatteoCarlone/IPC_Speed_Comparator
A comparator between different Inter-Process ways of communication: Unnamed_Pipes , Named_Pipes , Sockets and Shared_Memory using Circular_Buffer
ruifchaves/SO
Exercícios das Aulas e Projeto desenvolvido no âmbito da UC de Sistemas Operativos
t-m-e/Pipes
A study on pipes. How to pipe between processes.
vroncevic/gen_unnamed_pipe
Unnamed pipe project skeleton generator