Hello,
I've not been watching this forum lately, so I don't know if this has been discussed.
My organization has Stata 16 MP on a (WIndows) server that is accessed by multiple users. Sometimes more than one user edits the same do-file concurrently. As expected, when one user saves the file, the other person's edits get overwritten. Thus, there is a need to control or prevent concurrent access. Does anyone know of a way to handle this?
I note that this is the same situation that existed long ago, not in Stata, but in general computing, before personal computers, when there was a single computer that many users accessed. We either...
A, communicated with each other about who was working on what file, or
B, used a code management system that lets only one user have access to any particular file at a time.
I also note that, for products such as Excel, multiple users may access a file, but only one has write access. But that was produced by MS, who also created the operating system, so they can readily build such a feature into their products.
.
So, can anyone suggest how to handle this situation? Is there a Stata feature that I'm not aware of? Is there a separate product available -- a code management system -- that someone could recommend?
Or do we just try hard to communicate among ourselves.
Thanks
--David
I've not been watching this forum lately, so I don't know if this has been discussed.
My organization has Stata 16 MP on a (WIndows) server that is accessed by multiple users. Sometimes more than one user edits the same do-file concurrently. As expected, when one user saves the file, the other person's edits get overwritten. Thus, there is a need to control or prevent concurrent access. Does anyone know of a way to handle this?
I note that this is the same situation that existed long ago, not in Stata, but in general computing, before personal computers, when there was a single computer that many users accessed. We either...
A, communicated with each other about who was working on what file, or
B, used a code management system that lets only one user have access to any particular file at a time.
I also note that, for products such as Excel, multiple users may access a file, but only one has write access. But that was produced by MS, who also created the operating system, so they can readily build such a feature into their products.
.
So, can anyone suggest how to handle this situation? Is there a Stata feature that I'm not aware of? Is there a separate product available -- a code management system -- that someone could recommend?
Or do we just try hard to communicate among ourselves.
Thanks
--David
Comment