Skip to content

Commit 86af40e

Browse files
authored
Update send-parallel-requests.md
Fix typo 'applcation'
1 parent 0592dfe commit 86af40e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/developer/data-platform/send-parallel-requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ You can also mitigate the liklihood of this error occurring by sending your requ
4646

4747
When you make a connection to a service on Azure a cookie is returned with the response and all your subsequent requests will attempt to be routed to the same server unless capacity management forces it to go to another server. Interactive client applications, especially browser clients, benefit from this because it allows for re-using data cached on the server. Web browsers always have server affinity enabled and it cannot be disabled.
4848

49-
When sending requests in parallel from your client applcation, you can gain performance benefits by disabling this cookie. Each request you send will be routed any of the eligible servers. Not only does this increase total throughput, it also helps reduce impact of service protection limits because each limit is applied per server.
49+
When sending requests in parallel from your client application, you can gain performance benefits by disabling this cookie. Each request you send will be routed any of the eligible servers. Not only does this increase total throughput, it also helps reduce impact of service protection limits because each limit is applied per server.
5050

5151
Following are some examples showing how to disable server affinity with .NET.
5252

0 commit comments

Comments
 (0)