Skip navigation.
 
mlRe: Exclusive File Access
FROM : Michael Norris
DATE : Thu Nov 21 00:21:26 2002

>On Wednesday, Nov 20, 2002, at 20:49 Europe/Prague, Donald Brown wrote:
>

>>  As I think I've said before, you don't do tech support, do you?  This may be
>>  obvious to engineers, but Person A is going to be VERY unhappy because,
>>  without warning, his changes were thrown away.

>
>But hell, it would be *EXACTLY* the same if TextEdit happened to use
>exclusive access (God forbid!), and then A quit TextEdit, somewhat
>later B opened and changed the same file. This problem has *nothing*
>to do with exclusive or non-exclusive access when file is open!
>
>It is about access rights: if you want your changes safe, don't
>allow others to edit your files. That's that, and it's *COMPLETELY*
>*CLEAR* even for my granny (when explained on a simile that anybody
>can rubber out your writing if you let him to play with the paper on
>which you wrote that).


I respectfully disagree. I think it depends on the application. If
you're writing a database, for instance, then standard procedure,
AFAIK, is that you get exclusive access to the record you're
currently editing, but that any number of people can edit the
database at any one time. Only changes to individual records are
'updated', thus meaning that you can't accidentally kill someone
else's changes. (Think of the situation in which an IT Support centre
is using the one database to track all their calls. Thus there could
be 10 people simultaneously editing the database, safe in the
knowledge that they're not going to lose any of their edits. The
worse that will happen is that someone may be disallowed from editing
a particular record temporarily.)

That's an application-level feature, not an 'access rights' feature.

So, in short, it depends.
  -mike
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlExclusive File Access Donald Brown Nov 19, 20:38
mlRe: Exclusive File Access Ondra Cada Nov 20, 14:36
mlRe: Exclusive File Access Cameron Hayne Nov 20, 17:08
mlRe: Exclusive File Access Donald Brown Nov 20, 20:49
mlRe: Exclusive File Access Rosyna Nov 20, 22:00
mlRe: Exclusive File Access Ondra Cada Nov 20, 22:19
mlRe: Exclusive File Access Rosyna Nov 20, 23:25
mlRe: Exclusive File Access Michael Norris Nov 21, 00:21
mlRe: Exclusive File Access Ondra Cada Nov 21, 00:29
mlRe: Exclusive File Access Rosyna Nov 21, 00:31
mlRe: Exclusive File Access Ondra Cada Nov 21, 00:32
mlRe: Exclusive File Access Malte Tancred Nov 21, 12:07
mlRe: Exclusive File Access mw Nov 21, 12:28
mlRe: Exclusive File Access Malte Tancred Nov 21, 13:47
mlRe: Exclusive File Access Ondra Cada Nov 21, 14:54