8000 Merge branch '4.4' into 5.2 · Tobion/symfony-docs@7aaf655 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7aaf655

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: [HttpClient] Add a note about concurrent requests
2 parents 9ad5fd9 + 91653b6 commit 7aaf655

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
@@ -1091,6 +1091,13 @@ first and be read later on. This will allow the client to monitor all pending
10911091
requests while your code waits for a specific one, as done in each iteration of
10921092
the above "foreach" loop.
10931093

1094+
.. note::
1095+
1096+
The maximum number of concurrent requests that you can perform depends on
1097+
the resources of your machine (e.g. your operating system may limit the
1098+
number of simultaneous reads of the file that stores the certificates
1099+
file). Make your requests in batches to avoid these issues.
1100+
10941101
Multiplexing Responses
10951102
~~~~~~~~~~~~~~~~~~~~~~
10961103

0 commit comments

Comments
 (0)
0