Azure DocumentClient 线程安全

Azure DocumentClient thread safety

DocumentClient线程安全吗?

我收到混合消息:

来自 MSDN https://msdn.microsoft.com/library/azure/microsoft.azure.documents.client.documentclient.aspx :

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

来自 MS 博客 https://azure.microsoft.com/en-us/blog/performance-tips-for-azure-documentdb-part-1-2/ :

SDK Usage Tip #1: Use a singleton DocumentDB client for the lifetime of your application Note that each DocumentClient instance is thread-safe and performs efficient connection management and address caching when operating in Direct Mode. To allow efficient connection management and better performance by DocumentClient, it is recommended to use a single instance of DocumentClient per AppDomain for the lifetime of the application.

抱歉造成混淆。我们知道这个问题,我已将此报告给我们的文档团队。这是我们用来生成文档的文档工具中的一个错误。我会跟进他们的状态。

是的,DocumentClient 是线程安全的。

此致, 拉杰什