How to Lock a stream
![]()
Leo Sager (31●2)
| asked Mar 15 '10, 1:21 p.m.
edited Oct 05 '17, 6:46 p.m. by David Lafreniere (4.8k●7) I was trying to see if a whole stream can be locked (like locking a branch). There is this techote:
|
Accepted answer
![]() In RTC 6.0.2 we added a feature that lets you lock streams and components to prevent deliveries to the files in those streams or components. Stream and component locks work in a similar manner to file locks but apply to the entire stream or the entire component in a stream. When a stream or component is locked, any attempted deliveries by users who do not own the lock will fail with an appropriate error message. The user that holds the lock can still perform deliveries to the stream. A lock does not only prevent deliveries, it also prevents any operation that affects the files in the locked component or stream. For example, a component replace is also prevented.
Michael Valenta selected this answer as the correct answer
|
One other answer
![]()
Ralph Schoon (62.0k●3●36●43)
| answered Mar 16 '10, 3:44 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Oct 05 '17, 6:48 p.m. by David Lafreniere (4.8k●7) Hi,
Comments AH!!!! Your explanation was much more clear than the technote! Thanks so much!!!! As for my Mom, think I'll keep her to the web version so she can see pretty graphs. :D
|