Boost logo

Boost Users :

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)?


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net