Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Shared memory

Shared memory

Scheduled Pinned Locked Moved C / C++ / MFC
questionperformance
11 Posts 6 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V voorugonda prashanth

    what is shared memory ?? Thanks in advance. Regards, Prashanth.v

    _ Offline
    _ Offline
    _AnsHUMAN_
    wrote on last edited by
    #2

    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_

    1 Reply Last reply
    0
    • V voorugonda prashanth

      what is shared memory ?? Thanks in advance. Regards, Prashanth.v

      S Offline
      S Offline
      Stephen Hewitt
      wrote on last edited by
      #3

      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

      1 Reply Last reply
      0
      • V voorugonda prashanth

        what is shared memory ?? Thanks in advance. Regards, Prashanth.v

        V Offline
        V Offline
        VinayCool
        wrote on last edited by
        #4

        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.

        V 1 Reply Last reply
        0
        • V VinayCool

          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.

          V Offline
          V Offline
          voorugonda prashanth
          wrote on last edited by
          #5

          ya, i'm fine. how abt u vinay??

          V 1 Reply Last reply
          0
          • V voorugonda prashanth

            ya, i'm fine. how abt u vinay??

            V Offline
            V Offline
            VinayCool
            wrote on last edited by
            #6

            ya prashanth, if u fine i am also fine .... take care bye ..happy coding..........

            T 1 Reply Last reply
            0
            • V voorugonda prashanth

              what is shared memory ?? Thanks in advance. Regards, Prashanth.v

              T Offline
              T Offline
              ThatsAlok
              wrote on last edited by
              #7

              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

              1 Reply Last reply
              0
              • V VinayCool

                ya prashanth, if u fine i am also fine .... take care bye ..happy coding..........

                T Offline
                T Offline
                ThatsAlok
                wrote on last edited by
                #8

                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

                V 1 Reply Last reply
                0
                • T ThatsAlok

                  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

                  V Offline
                  V Offline
                  VinayCool
                  wrote on last edited by
                  #9

                  Yes Alok Gupta ....U are welcome to party ...;)

                  1 Reply Last reply
                  0
                  • V voorugonda prashanth

                    what is shared memory ?? Thanks in advance. Regards, Prashanth.v

                    S Offline
                    S Offline
                    Sarath C
                    wrote on last edited by
                    #10

                    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

                    T 1 Reply Last reply
                    0
                    • S Sarath C

                      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

                      T Offline
                      T Offline
                      ThatsAlok
                      wrote on last edited by
                      #11

                      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

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups