Re: range locking not used in GroupWise

No, I don't feel that expediency is the issue. Clustering (granularization) is a common
method of handing shared things. In many operating systems the easiest way
to do this is to use byte range locking. It is a quick way of creating a shared
semaphore.

As far as having "problems" with range locking, this can be said of most all mechanisms
that are used. Each mechanism has it's up- and down-side. Sharing a file and allowing
multiple writers (not simultaneous) requires some shared attribute with an owner.
Again, byte range locking has it's place.

-src

>>> <Mark_Day/CAM/Lotus@lotus.com> 02/24/97 08:13AM >>>

Steve Carter wrote:
"I'm suprised that some people think that the reason that I've supported
range locking is because GroupWise uses the feature, GroupWise does not. In
the early days SoftSolutions did, but that is behind us. "

You sound like a person who has learned from experience that byte-range
locking has some problems, and you seem happy to report that GroupWise
doesn't use it.

I can agree that a lot of people and products have used byte-range locking.
Would you agree that it's often been merely expedient, rather than being a
good idea architecturally?

--Mark


                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               !
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    

Received on Monday, 24 February 1997 15:25:30 UTC