generic table and shared lock

Hi all,

When using generic table (splay tree version) is it possible to use ERESOURCE with shared locks?

Thanks for answer.

No. Splay tree is updated on read operations, so, no ways.

With AVL tree, you can use shared to read operations and exclusive for updates.


Maxim S. Shatskih
Microsoft MVP on File System And Storage
xxxxx@storagecraft.com
http://www.storagecraft.com

wrote in message news:xxxxx@ntdev…
> Hi all,
>
> When using generic table (splay tree version) is it possible to use ERESOURCE with shared locks?
>
> Thanks for answer.
>