Subject Re: [firebird-support] Re: Can virus-scanners interfere with Firebird?
Author Ann W. Harrison
Adam wrote:
>
> SS doesn't open it exclusively, it must at least allow reading.
> Otherwise gstat etc wouldn't work while your database was running.
>

On Windows there's a lock mode that's exclusive write, shared read.
That's what we use to avoid accidentally opening the same file twice.
On Unix derivatives, there's a reliable file id, so conflicts are
detected.

Regards,


Ann