Skip to content

Commit 24baf26

Browse files
committed
[HttpClient] Add a note about concurrent requests
1 parent 052e1ec commit 24baf26

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

http_client.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,6 +1001,13 @@ first and be read later on. This will allow the client to monitor all pending
10011001
requests while your code waits for a specific one, as done in each iteration of
10021002
the above "foreach" loop.
10031003

1004+
.. note::
1005+
1006+
The maximum number of concurrent requests that you can perform depend on the
1007+
resources of your machine (e.g. your operating system may limit the number
1008+
of simultaneous reads of the file that stores the certificates file).
1009+
Make your requests in batches to avoid these issues.
1010+
10041011
Multiplexing Responses
10051012
~~~~~~~~~~~~~~~~~~~~~~
10061013

0 commit comments

Comments
 (0)