Re: [Boost-bugs] [Boost C++ Libraries] #5999: boost::asio::async_read with completion_condition strange behavior when the given buffer is exausted before the completion function returned true

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5999: boost::asio::async_read with completion_condition strange behavior when the given buffer is exausted before the completion function returned true
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-10-17 11:32:32


#5999: boost::asio::async_read with completion_condition strange behavior when the
given buffer is exausted before the completion function returned true
----------------------------------+-----------------------------------------
  Reporter: bugspynet@… | Owner: chris_kohlhoff
      Type: Bugs | Status: closed
 Milestone: To Be Determined | Component: asio
   Version: Boost 1.47.0 | Severity: Problem
Resolution: fixed | Keywords:
----------------------------------+-----------------------------------------
Changes (by chris_kohlhoff):

  * status: new => closed
  * resolution: => fixed

Comment:

 (In [75009]) Merge from trunk:

 * Make number of strand implementations configurable by defining
   BOOST_ASIO_STRAND_IMPLEMENTATIONS to the number.

 * Programs can now define BOOST_ASIO_ENABLE_SEQUENTIAL_STRAND_ALLOCATION
 to
   switch the allocation of strand implementations to use a round-robin
 approach
   rather than hashing.

 * Fix potential strand starvation issue that can occur when strand.post()
 is used.

 * Update descriptor state allocation in kqueue_reactor to match approach
 used in
   epoll_reactor.

 * Construct epoll_reactor's interrupter member first to fix exception
 safety
   issue. Fixes #6006

 * Clarify that the read operation ends when the buffer is full. Fixes
 #5999

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/5999#comment:2>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:07 UTC