$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [asio] Why are the strands in the "HTTP Server 3" example necessary?
From: Jose (jmalv04_at_[hidden])
Date: 2010-01-11 12:37:08
> I am using an all but identical implementation without the strands for
> quite some time now without any problems. They appear entirely
> superficial as far as I can see.
Hi,
The strands are not required in the example but would be if the
example was improved to include timeouts (which I recall Chris was
planning to)
regards