Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Linux by (9.5k points)

For a project, we want to have three processes on an embedded Linux kernel. One process for communication module, the other two processes to send/receive messages. 

The message varies in size at  ~5 Mbit rate which streams in and out simultaneously.  Can anyone tell me which IPC technique to use for the application in Linux? 

1 Answer

0 votes
by (19.7k points)

You can use the Unix Domain Sockets which are less overhead than IP sockets. 

Interested in Linux? Check out this Linux Certification by Intellipaat.  

Related questions

0 votes
1 answer
asked Dec 17, 2020 in Linux by blackindya (18.4k points)
0 votes
1 answer
0 votes
1 answer
asked Nov 28, 2020 in Linux by blackindya (18.4k points)
0 votes
1 answer
asked Feb 17, 2021 in Linux by rahulnayar01123 (6.1k points)

Browse Categories

...