Skip to content

Named pipes to transfer data and semaphores for synchronization. For Windows.

Notifications You must be signed in to change notification settings

margarita-markova/Client-Server-with-Named-Pipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Client-Server-with-Named-Pipes

Named pipes to transfer data and semaphores for synchronization. For Windows.

This project made for BSUIR, VMSIS, System Software task.

If-else made for parent (server) and child (client) processes. There two different processes, but code is written in one file. Breakpoint will work only for server.

You can add data with any length, but pipe works with bytes, and we transfer data by small pieces, which size equals BUFSIZE. I use only one pipe, only one semaphore.

About

Named pipes to transfer data and semaphores for synchronization. For Windows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages