$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] question about a asio example
From: Rutger ter Borg (rutger_at_[hidden])
Date: 2010-03-05 11:05:41
pedro chaparro wrote:
> Hi, inthe example of a chat server usin asio library,
>
http://www.boost.org/doc/libs/1_42_0/doc/html/boost_asio/example/chat/chat_server.cpp
> there is a fuction socket() , that socket_ value the function returns
> i use to each new connection with the server right? so if i have n
> users , i'll have n opened sockets??
Right.
Regards,
Rutger