httpclient-cpp icon indicating copy to clipboard operation
httpclient-cpp copied to clipboard

asynchronous request...

Open Aut-Design opened this issue 3 years ago • 1 comments

Hope to increase asynchronous requests and asynchronous uploads and downloads

Aut-Design avatar Mar 11 '22 09:03 Aut-Design

With httpclient-cpp (or even libcurl, the library on which this project is based on), you will need to create different execution threads.

In each thread, you will be using a single CHTTPClient object (Do NOT share it with other threads as libcurl handles are not thread safe).

embeddedmz avatar Mar 11 '22 12:03 embeddedmz