$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jean-Sebastien Stoezel (js.stoezel_at_[hidden])
Date: 2008-07-09 22:45:04
Hi,
Is there a way to read from a synchronous TCP socket without blocking
the calling thread?
Like using a time out, or checking how many bytes are present on the
socket before reading?
Thanks,
Jean