$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Example HTTP Server 3, Requests are processed one by one on Win32?
From: Sven Kummer (mail_at_[hidden])
Date: 2011-09-07 13:46:26
>> Ahh I see - I currently do not understand the sense of this. It's a
>> HTTP Server, why should it not process requests concurrently? Any ideas?
>I haven't delved into this sample in details, but I guess these completion
handlers deal with some shared state, so you anyway have to protect it
against race condtions. "Strand" is just the most simple and elegant way to
do this.
That's really annoying :( Does anybody knows samples about c++ http server
(threaded and able to process requests concurrently)?