$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Using boost for asynchronous logging.
From: Mangesh Sawant (m.v.sawant_at_[hidden])
Date: 2012-06-04 05:34:59
Hi ,
Using boost logger for asynchronous logging.
Application crashes with bas_alloc exception.
When I switch to synchronous logging mode there is no crash.
It seems in asynchronous mode log queue size keeps growing leading to low
memory.
Is there any way(i.e a parameter in setting file) to control max log queue size
in asynchronous logging.
Thanks,
Mangesh Sawant.