$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bronek Kozicki (brok_at_[hidden])
Date: 2007-11-17 05:51:25
Gregory Dai <gregory.dai_at_[hidden]> wrote:
> This may not be the most appropriate venue to ask this question, but
> it's relevant nonetheless.
>
> I googled "httpd" and "C++ socket", etc. There are quite a few things
> turned up for the latter, but to my surprise, few for the former. I'm
I suggest that you turn to asio http://asio.sourceforge.net/ - we use
it in production (as a http deamon, even though asio is more general
than that) and it works very well.
B.