Quote:
|
Originally Posted by elzalem
i have 2 linked lists that are constantly growing or shrinking, both r visible to all processes, i don't want each process to have a copy, i hope you're understanding what i mean.
without "shared memory" is it possible?
|
... and the moon on a stick presumably?
You can share it in memory or have another server process that contains the list and all other processes use some form of IPC or RPC to access.
You can't share something by not sharing it.