$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [asio] Error "File exists" at connect
From: Arash Abghari (arash.abghari_at_[hidden])
Date: 2012-01-17 12:47:02
Hi everybody,
I am running a server and client using boost::asio. There are 10 clients
sending requests simultaneously to the server. Sometimes one of the
clients returns the error "File exist" when ip::tcp::socket::connect()
is called. Do you have any idea what possibly could cause this error?
Thanks,
Arash