Subject: Re: [Boost-users] boost asio async_read_some
From: Chris Freehill (cfreehill_at_[hidden])
Date: 2008-12-08 09:22:46


Thanks for the pointer Igor. I overlooked this part of some of the examples.

Ultimately, what I want is a client that does sync. reads and writes,
but also polls for data using async. reads., all using the same
socket.

Looking at some of the examples, it looks like polling would be done
by starting another async_read from the handler supplied to the
async_read.

Thanks again,

Chris

=======================