Skip to content

Commit 239efa9

Browse files
Update service-bus-performance-improvements.md
1 parent cf687d6 commit 239efa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-bus-messaging/service-bus-performance-improvements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The following note applies to all SDKs:
113113

114114
> [!NOTE]
115115
> Establishing a connection is an expensive operation that you can avoid by reusing the same factory or client objects for multiple operations. You can safely use these client objects for concurrent asynchronous operations and from multiple threads.
116-
> This applies to all SDKs except the Python client. For Python, [locks must be used]([url](/python/api/overview/azure/servicebus-readme?view=azure-python#thread-safety)) when using threads and concurrent asynchronous operations.
116+
> This applies to all SDKs except the Python client. For Python, [locks must be used]([url](/python/api/overview/azure/servicebus-readme?view=azure-python#thread-safety&preserve-view=true)) when using threads and concurrent asynchronous operations.
117117
118118
## Concurrent operations
119119
Operations such as send, receive, delete, and so on, take some time. This time includes the time that the Service Bus service takes to process the operation and the latency of the request and the response. To increase the number of operations per time, operations must execute concurrently.

0 commit comments

Comments
 (0)