Hello,
i'm using the function tablelocked to consult if a file is available to use.
I call this function many times and some of this calls returns TRUE, but we are sure that the file is not locked.
What can be happening?
How does this function works? What it does to know if the file is locked?
It's possible that the select returns no rows?
Thanks
|
Hello,
Do you have any feedback about this?
Thanks
|
Sorry for missed that thread.
>I call this function many times and some of this calls returns TRUE,
> but we are sure that the file is not locked.
>How does this function works? What it does to know if the file is locked?
Because tablelocked will try lock/unlock table operation, mabye it's used on multithread?
BTW, what's the role of tablelocked function in your application?
|