Project

General

Profile

Feature #3553

Updated by Davide Pesavento about 6 years ago

The current implementation hardcodes the default `unbounded_fifo_queue` for the asynchronous sink frontend async logger of Boost.Log. 

 Boost.Log allows some [compile-time customization](https://www.boost.org/doc/libs/1_66_0/libs/log/doc/html/log/detailed/sink_frontends.html#log.detailed.sink_frontends.async.customizing_record_queueing_strategy) compile-time customization via template arguments. arguments, see http://www.boost.org/doc/libs/1_60_0/libs/log/doc/html/log/detailed/sink_frontends.html#log.detailed.sink_frontends.async.customizing_record_queueing_strategy 

 This task is to allow setting some upper bound on the logging queue length and test operations under different load conditions.

Back