Однако у меня возникают некоторые проблемы при попытке увеличить количество одновременных запросов на клиент. Он способен обрабатывать запросы 2048, но не 4096. Когда я масштабируюсь до 4096, родительский процесс, который порождает мои «клиентские» потоки на данный момент: < /p>
Код: Выделить всё
more standard libcurl output
.
.
.
* Closing connection 60
* Connection cache is full, closing the oldest one
* Connection cache is full, closing the oldest one
* Connection #184 to host 10.xxx.xx.154 left intact
* Closing connection 105
* Closing connection 40
* Connection #232 to host 10.xxx.xx.154 left intact
* Connection #63 to host 10.xxx.xx.154 left intact
* Connection cache is full, closing the oldest one
* Closing connection 205
* Connection #238 to host 10.xxx.xx.154 left intact
Подробнее здесь: https://stackoverflow.com/questions/794 ... t-requests