$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [asio] io_service::work and cpu load
From: Daniele Barzotti (daniele.barzotti_at_[hidden])
Date: 2010-09-15 05:44:41
Hi,
in my DLL I create an endless io_service::work object to assign to a
serial_port.
I noted that, when I load the application that uses this DLL my CPU load
raise up to 50% only when the io_service is created.
Any suggestions?
regards,
Daniele.