Re: Shared memory Question using shmctl()

From: Anton Petrusevich (casus_at_att-ltd.biz)
Date: 08/29/05


Date: Mon, 29 Aug 2005 21:25:24 +0200

jonhoyle@mac.com wrote:

> Any advice?

Use some kind of "synchronization object". To synchronize between
_processes_ I use flock() on some file in the file system.

-- 
Anton Petrusevich