$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [asio] async udp socket latency
From: Jonathan Franklin (franklin.jonathan_at_[hidden])
Date: 2015-07-02 17:00:33
On Thu, Jul 2, 2015 at 12:12 AM, Andrew Hundt <athundt_at_[hidden]> wrote:
> Does anyone have insight into why this latency issue may be occurring in
> the Async UDP version? Thanks.
>
Without taking the time to look at your code or google OSX...
When a thread yields on this platform, how long before it runs again? It
is 10ms on a number of platforms, which may cause you grief if you're
trying to do something (asynchronously) more frequently than that, i.e. 5
ms.
Jonathan