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 ...
- 09-10-2009 #1Just 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.
- 09-14-2009 #2Just Joined!
- Join Date
- Oct 2007
- Posts
- 12
Google IPC linux, and have a read
- 09-15-2009 #3Linux Guru
- 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!


Reply With Quote