Posts by felipear • 1 point
1 post
-
0
votes0
answers61
viewsQ: FIFO - Reestablish communication in C++
I have a main program written in C++. It fires children programs using vfork() and execl(). The communication between them works perfectly using FIFO (the father writes and the son reads). In the…