LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Running process (https://www.linuxquestions.org/questions/linux-software-2/running-process-259000/)

sonu1082 11-24-2004 08:29 PM

Running process
 
hiiiiiiii friends


Is there any way for communication between running process ?

or it is not possible

i want to do interprocess communication between running process

pls somebody help me

pls

Sonia

btmiller 11-24-2004 08:59 PM

Yes, there are all sorts of different ways for processes to communicate: signals, pipes, shared memory, semaphores, message queues, etc. What exactly are you trying to do?

sonu1082 11-25-2004 05:32 AM

hi

thanks for replying

I am doing project on interprocess communication

I am implementing all algorithm like semaphore, monitor , message passing , pipe , mutex etc

In this i am using two example ie producer & consumer example & parent & child


But now i want to communication between running process

when we type command ps

running process came
i want to do communication between them


how to do it ?

help me

sonia


All times are GMT -5. The time now is 12:58 AM.