
Originally Posted by
Axel Mertes
Hi Mark,
we have the footage on a SAN and we have about 50 machines connected to it. The SAN is fast enough to do a near realtime decode in terms of uncompressed bandwidth, but surely fast enough from computing side.
We can manually open only a single file at a time, but typically someone will put in a bunch of files. As soon as another machine has the same .r3d files already opened, the file is "locked" and no one else can open it.
What I am pointing to is that it just don't make any sense to lock the files, as they are opened ONLY FOR READING them, so the software has no need to lock the file access for any other app.
Imagine one is editing with the files, while someone else tries to do bulk decoding to e.g. uncompressed TIFF or DPX files for post processing. In such a situation, editing must be stopped for as long as the decoding will take. Thats a useless performance bottle neck.
If one needs to lock the files for security reasons, RED SWAT can surely modify the software to have a switch to do this (or not do this).
That is what I want them to understand and build into the next release.
Axel