|
I am looking for the best way to share memory between
multiple processes in uclinux. In linux, I use either the shmxxx, or mmap
functions to create and map shared memory, However, I don’t know what the
best method would be in this environment. Thanks, in advance, for your help. Mike W. |