Boost logo

Boost Users :

Subject: Re: [Boost-users] [asio] async write handler is not called until the socket is not closed
From: Roman Shmelev (rshmelev_at_[hidden])
Date: 2009-05-01 03:51:38


Ok, I made some investigation and found, that the situation is only
observed under high cpu loads.
Let's imagine one IO thread. on timer event (each second) it pushes X
messages to socket with async_write.
Also, at this time, the IO thread receives Y messages with async_read
through the same socket.
Is there any limit in pushing messages with async_write? What it is?

Windows XP sp2, boost 1.38.0

Thank you!


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