Hi.
I'd like to ask about wincache_lock beahvior. Seems like it is hard to use it in production. I'd like to ask is it possible to do the following:
1. Could I ask for lock, but specify timeout on how much time to wait?
2. Could I continue operation if I'm unable to obtain lock? To display correct error message for instance.
3. Could I specify expiration time in case of application crash?
4. Is there a way to force reset deadlock?
Thank you!