16 Aug
2015
16 Aug
'15
2:50 p.m.
2015-08-15 6:54 GMT-03:00 Vinícius dos Santos Oliveira < vini.ipsmaker@gmail.com>:
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