Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

asynchronous request... #10

Open
Aut-Design opened this issue Mar 11, 2022 · 1 comment
Open

asynchronous request... #10

Aut-Design opened this issue Mar 11, 2022 · 1 comment

Comments

@Aut-Design
Copy link

Hope to increase asynchronous requests and asynchronous uploads and downloads

@embeddedmz
Copy link
Owner

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants