Boost logo

Boost Users :

Subject: Re: [Boost-users] boost asio async_read_some
From: Igor R (boost.lists_at_[hidden])
Date: 2008-12-08 10:01:01


>
> 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.

Yes, exactly.
In general, you can mix sync/async i/o, but note that you should not start a
read operation before the previous read (on the same socket) is completed
(the same about write).



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net