i have a link list of sturctures and these structures are created in one program and then these are passed to the other programs on linux.
Commonly it is said that pipes are the most efficient ipc I can pass the structure list to the other program but is it really efficient
should not the shared memory more fficient in my case
bcuz i think might be able to read and write the whole link list at once what do u people say