Named Pipes - Inter-Process Communication Linux @linuxleech
Named Pipes - Inter-Process Communication Linux  @linuxleech
Uploaded March 2019 | Updated September 2026, 8 hours ago
Named Pipes - Inter-Process Communication Linux
In this video we go over named pipes using mkfifo. Starting with a brief explanation of FIFO ( first in first out ) and LIFO ( last in first out ).
Followed by examples of how to use named pipes and some of the pitfalls that you would encounter such as broken pipe errors and blocked pipes.
We also cover having multiple processes writing to a single named pipe at the same time and the reason why having multiple readers of a named pipe is not such a good idea unless you are using a named pipe as a queue.

Named pipes are not frequently used but do have a certain efficiency going for them. As the data that is sent through a named pipe is stored in memory the main benefit is speed. So for any process that you would normally think of using a temporary file you could probably use a named pipe instead.

Subscribe: youtube.com/user/linuxleech?sub_confirmation=1

Blog: linuxleech.com
Twitter: twitter.com/linuxleech
Facebook: facebook.com/linuxleech
Google+: gplus.to/linuxleech
Named Pipes - Inter-Process Communication LinuxInstall Oracle Virtualbox 6 and Extension Pack on Ubuntu 18 04 from Oracle RepositoryBASH shell commands pipes (commands for Linux)BASH Shell commands head ( commands for linux )FFMPEG - Split Video into Separate ClipsPython Typewriter - Make your Computer Sound like an Old Typewriter - Linux - Part TwoBASH Shell commands rm and rmdir ( commands for linux )Install Oracle Virtualbox 6, Extension Pack and VBoxManage on Windows 10Empty Files - 7 Ways To Make Them That You May NOT KnowCant Write! - Disk is Read Only! Ubuntu and Windows 10 Dual BootRandom Number Variable in BASH - Linux CommandsTee Command in Linux - with examples
Linux Leech |

Named Pipes - Inter-Process Communication Linux

SHARE TO X SHARE TO REDDIT SHARE TO FACEBOOK WALLPAPER