Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

httpclient :Can i read the response in the same thread which sent request. #216

Open
hedemonde opened this issue Mar 9, 2018 · 1 comment

Comments

@hedemonde
Copy link

HI:

I use http_client in multiple threads. and the threads managed by boost.
can I read response with the thread which send it's request?
need I use strand.wrap the callback of asio::async_write and asio::async_read ?

thanks

@eidheim
Copy link
Owner

eidheim commented Mar 17, 2018

Sorry for the late response. I take it you use the async request functions, and then the handlers will be run on the same thread that the client's io_service event processing loop is executed. If you have several event processing loops running on the same io_service, the handlers can run on all the different threads that run the processing loops.

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

No branches or pull requests

2 participants