The information in this article applies to:
SUMMARYYou cannot be certain about which specific threads will call the entry points in a resource type DLL. In other words, the thread that calls Online() may not be the same thread that called Open(). As a result, you should not use per-thread data or initialization. MORE INFORMATION
Most of the entry points in the resource type DLL are called indirectly by
the cluster server service. To isolate the cluster server from the code,
resource monitors load and call resource type DLLs. The cluster server
directs the actions of the resource monitors through RPC calls.
Additional query words:
Keywords : kbcluster |
Last Reviewed: January 13, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |