|
Boost : |
Subject: Re: [boost] [http] Formal Review
From: VinÃcius dos Santos Oliveira (vini.ipsmaker_at_[hidden])
Date: 2015-08-16 10:50:13
2015-08-15 6:54 GMT-03:00 VinÃcius dos Santos Oliveira <
vini.ipsmaker_at_[hidden]>:
> It uses the Asio extensible asynchronous model that you can turn into
> blocking/synchronous easily (cpp-netlib has **two** server implementations).
Actually, the Asio extensible model is **very** interesting. You could even
handle the initial interaction of the message exchange and later hand the
socket over to another abstraction which will continue to handling the
socket by feeding the body of thousands of clients using the callback model.
Not only you have more options with the same API, you can also change the
style at will.
-- VinÃcius dos Santos Oliveira https://about.me/vinipsmaker
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk