eao197
eao197
I'm not sure I fully understand your question. You can run RESTinio on thread pool. In that case, RESTinio will protect own internals by using Asio's strand objects. But user-provided...
Hi @AurelienLP! Let me describe my point of view and correct me please if I'm wrong somewhere. You have several worker threads that you want to use to handle incoming...
The main problem is the necessity of some execution context where RESTinio has to process I/O operations and the handling of incoming data. Suppose that context is a single separate...
Yes, something like that. But note that I/O is efficient and RESTinio can handle dozen thousands of requests per sec on a single thread. So if you don't have actually...
What is "MR"?
I don't think there is a need for yet another example in the RESTinio source tree. But if you make some public prototype for yourself I can review it.
Hi! Don't use `-DRESTINIO_FIND_DEPS=ON` if you use the acquisition of dependencies by `mxxruexternals` (or if you download archives like `restinio-0.6.5-full.tar.bz2` with all dependencies inside). The `RESTINIO_FIND_DEPS` option is for cases...
This phrase should tell that if someone is planned to install RESTinio and use it via INCLUDE path, then it's better to install RESTinio's dependencies separately and build RESTinio with...
Sorry, I forgot about such dependency as Asio :(
> I am right that in my case I should not use mxx_ru prior to building Restinio, but install all dependencies manually using apt? Yes.