$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] running a server "in background mode" ??
From: Maxime van Noppen (maxime_at_[hidden])
Date: 2009-11-09 13:08:01
pedro chaparro wrote:
> Hi, i need to use a server inside of other code application, i take the
> example from
> http://www.boost.org/doc/libs/1_40_0/doc/html/boost_asio/tutorial/tutdaytime2/src.html
> and it works but the server stay in listening mode and there is other
> code after that i'd like continue executing, is possible tu run the
> server let's say like in a background mode?
Hi,
You should look to how asynchronous operations work :
http://www.boost.org/doc/libs/1_40_0/doc/html/boost_asio/tutorial/tutdaytime3.html
-- Maxime