Can anyone tell me if the rendered file ( the bmp) is locked during a
render. I'm planning on executing POV from the command line and displaying
the image in my own application ( so read only) as it is being rendered.
But if the file gets locked I'm going to have to come up with something
else.
On 2005-07-08, Florian Brucker wrote:
> Could be wrong here, but AFAIR reading from a locked file is allowed,> just writing to it is forbidden.
it depends on the type of lock.
see flock(2) and fcntl(2).
-tom