$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] boost asio http server vs indy httpserver component
From: Christer Borgqvist (christer.borgqvist10_at_[hidden])
Date: 2012-05-20 06:23:12
Hi,
I have an application writen in Borland C++ Builder, using Indy HTTPServer
component to handle each connection in blocking mode, each connection starts
a new thread,
if I want to do the same using boost what is the appropriate way to do that?
appreciate any help.
Christer