Alexander Cohen wrote:
Is there anyway to do interprocess locks using cocoa ( like a Mutex
in Win32 )? The best i've found is not cocoa and uses flock but the
man pages say its advisory only which is kindof scary.
man semget
man semop
man semctl
They're part of the Posix IPC functions, so obviously work across
processes.
Like other Posix IPC functions, the proper use of the semaphore
functions can be inscrutable. I recommend searching for working
examples rather than puzzling it out from man pages alone.
-- GG
_______________________________________________
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to arch...@mail-archive.com