LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   IPC (https://www.linuxquestions.org/questions/linux-newbie-8/ipc-919002/)

vishnu anand 12-16-2011 01:18 AM

IPC
 
what is the purpose of ipc in linux and is there any other way we can communicate between process without using the ipc??

jhwilliams 12-16-2011 01:24 AM

IPC is InterProcess Communication, used for processes to talk to each other.

Doing inter-process communication without inter-process communication is a logical contradiction, and so is impossible.

To expand on this, you could do something simple like read and write from a file. That is (in some way) not a formal IPC mechanism, even though it does indeed accomplish communication between processes.

vishnu anand 12-16-2011 02:39 AM

linux
 
thanks for ur reply jhwilliams


All times are GMT -5. The time now is 07:51 AM.