Thank you so much Didier for your detailed response! I will need some time
to digest it but a lot of what you write sounds very reasonable.
Thanks!
Brjánn
On 15 May 2018 at 02:57, Didier wrote:
> Oh, I forgot something important.
>
> If you're hoping to have multiple hosts, and run this applic
I think I want to simplify some things.
Normally, client/server async is implemented by the client/server framework.
What happens is the interchange of messages between the client and server
through the http connection on the socket is made non-blocking. But the entire
request/response still ha