PRB: Rpc Name Space Functions Are Not Thread SafeLast reviewed: June 2, 1997Article ID: Q169439 |
The information in this article applies to:
SYMPTOMSThe RPC Name Service functions are not thread safe. If an application uses these functions in a multithreaded environment, you may see indeterminate results.
RESOLUTIONTo avoid this problem, simply synchronize calls to the Rpc Name Service functions by either using a Critical Section or a Mutex.
STATUSMicrosoft is researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONThis problem applies to the following Rpc functions: RpcIfIdVectorFree RpcNsBindingExport RpcNsBindingImportBegin RpcNsBindingImportDone RpcNsBindingImportNext RpcNsBindingLookupBegin RpcNsBindingLookupDone RpcNsBindingLookupNext RpcNsBindingSelect RpcNsBindingUnexport RpcNsEntryExpandName RpcNsEntryObjectInqBegin RpcNsEntryObjectInqDone RpcNsEntryObjectInqNext RpcNsGroupDelete RpcNsGroupMbrAdd RpcNsGroupMbrInqBegin RpcNsGroupMbrInqDone RpcNsGroupMbrInqNext RpcNsGroupMbrRemove RpcNsMgmtBindingUnexport RpcNsMgmtEntryCreate RpcNsMgmtEntryDelete RpcNsMgmtEntryInqIfIds RpcNsMgmtHandleSetExpAge RpcNsMgmtInqExpAge RpcNsMgmtSetExpAge RpcNsProfileDelete RpcNsProfileEltAdd RpcNsProfileEltInqBegin RpcNsProfileEltInqDone RpcNsProfileEltInqNext RpcNsProfileEltRemove Note that there is no problem with executing these functions simultaneously from separate processes. |
Keywords : kbnetwork NtwkRPC
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |