Find the answer to your Linux question:
Results 1 to 3 of 3
Does anybody know a software library to share memory between 2 nodes? I am looking for something "light weight" solution without kernel hacks. Just a library for the normal Linux ...
  1. #1
    Just Joined!
    Join Date
    Sep 2009
    Posts
    1

    Distributed Shared Memory

    Does anybody know a software library to share memory between 2 nodes?

    I am looking for something "light weight" solution without kernel hacks. Just a library for the normal Linux C applications.

  2. #2
    Just Joined!
    Join Date
    Oct 2007
    Posts
    12
    Google IPC linux, and have a read

  3. #3
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    Do you mean distributed shared memory, where two or more systems share a data image, and possibly keep it in sync between them? If so, this is NOT a simple situation and while there are some "solutions" to the problem, they are not for the faint of heart.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...