[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: programming: shared memory?



On Wed, Mar 28, 2001 at 01:50:08PM -0600, Dwayne C. Litzenberger wrote:
> What's the best way of getting shared memory (for high-volume IPC)?  What do
> most people use?  I've looked at mmap() and SysV-IPC, but the former requires
> disk space and the latter is not guaranteed to be conflict-free.
> 
> Any suggestions?
> 
> -- 
> Dwayne C. Litzenberger - dlitz@dlitz.net

SysV shm AND semaphores to avoid race conditions. Any IPC strategy
has to define sharing and synchronization facilities.

-- 
Francesco P. Lovergine



Reply to: