On Feb 16, 2012, at 8:56 PM, john skaller wrote:
> There is an analogue in Posix: optional locking. It's fairly useless.
> Because anyone can write into a locked region of a file by ignoring
> the locks. 

That is a pretty broad generalization.  Advisory locks are quite useful
when you are dealing with co-operative access, which happens automatically
if you've got multiple clients utilizing the same library code.
 
I think it would be unusual to have arbitrary clients accessing something like
a shared file (or shared socket...).

Gary Wright
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to