|
You *MIGHT* be able to do it if the reading process runs as root. But I think the Linux Virtual Memory management system would prevent that. (In fact, the address would not line up because the addresses are in a per-process virtual space). SHM is likely your only option. Alternatively, to move data around, UNIX sockets.
|