Shared memory
-
what is shared memory ?? Thanks in advance. Regards, Prashanth.v
-
what is shared memory ?? Thanks in advance. Regards, Prashanth.v
The area that is shared between two or more processes is called Shared Memory.This helps in the interprocess communication where you want to allow changes made in all the instances of a single application . Somethings seem HARD to do, until we know how to do them. ;-) _AnShUmAn_
-
what is shared memory ?? Thanks in advance. Regards, Prashanth.v
Normally each process has its own memory and data in processes A's memory can't be accessed in the memory of process B and vice versa. Shared memory is when the same physical memory is mapped into multiple processes. In our example this means that process A and B share some memory and thus the data in it is shared. Normally only a small amount of memory will be shared. Steve
-
what is shared memory ?? Thanks in advance. Regards, Prashanth.v
-
Hi Prashanth V, Hw are u ?? Shared Memory is an efficeint means of passing data between programs. One program will create a memory portion which other processes (if permitted) can access.
ya, i'm fine. how abt u vinay??
-
ya, i'm fine. how abt u vinay??
-
what is shared memory ?? Thanks in advance. Regards, Prashanth.v
http://www.codeproject.com/threads/loop\_buffer\_-\_Linux\_versi.asp http://www.codeproject.com/threads/sm.asp http://www.codeproject.com/threads/SharedMemory\_IPC\_Threads.asp
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV
-
vinaycool wrote:
ya prashanth, if u fine i am also fine ....take care bye ..happy coding..........
Can i join the party?!
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV
-
vinaycool wrote:
ya prashanth, if u fine i am also fine ....take care bye ..happy coding..........
Can i join the party?!
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV
-
what is shared memory ?? Thanks in advance. Regards, Prashanth.v
i have nothing more than others to say about shared memory See the below articles http://www.codeproject.com/threads/SharedMemory\_IPC\_Threads.asp http://www.garret.ru/~knizhnik/shmem/Readme.htm -Sarath
-
i have nothing more than others to say about shared memory See the below articles http://www.codeproject.com/threads/SharedMemory\_IPC\_Threads.asp http://www.garret.ru/~knizhnik/shmem/Readme.htm -Sarath
Sarath C wrote:
See the below articles
First Link of yours match with third link of mine :)
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV