Results 1 to 3 of 3
any body to help me with inter process communication.please.i need help. any example code is welcome....
- 10-15-2008 #1Just Joined!
- Join Date
- Sep 2008
- Posts
- 11
IPC come on
any body to help me with inter process communication.please.i need help. any example code is welcome.
- 10-15-2008 #2
It really depends what language you're using. There are different ways it can be done in different languages, and also depending on the nature of what you're trying to do. Generally, the idea is to create a pipe between the processes. In Perl, for example, I think you can actually create a filehandle referring to a pipe as you're forking the process.
Registered Linux User: #479567
Asking a question? Read this page first.
Now... sudo make me a sandwich.
ratiocinativeroot.blogspot.com
- 10-16-2008 #3Just Joined!
- Join Date
- Sep 2008
- Posts
- 11
yo
Im using The C Language.i need to find out where the message buffers is stored in minix. I need to know what process sent a message to which one. Bare in mind that the minix in use is version 3.1.1, although i assume the structure stays the same for most of the distributions of minix.


Reply With Quote