$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: berserker_r (berserker_r_at_[hidden])
Date: 2006-11-15 09:12:32
> Just to expand your possible options, have you looked into the C Apache
> Portable Runtime (APR) library? Granted it's not very boost or C++
> like, but it has quite a robust multithreaded API for handling all sorts
> of things you'll want to do for writing a HTTP server (that you could
> then wrap in C++ classes).
Thanks for the suggestion but asio is a requirement of the project
Bye