The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > High Level Programming
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 04-30-2007
porter porter is offline Forum Advisor  
Registered User
  
 

Join Date: Jan 2007
Posts: 2,965
Quote:
Originally Posted by elzalem
I was hoping to be able to find a solution similar to the threads where all the processes share all the variables...
There is, it's called shared memory, but for some reason you discounted this option in your title.

Look at mmap(MAP_SHARED|MAP_FIXED)