$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Frank Mori Hess (frank.hess_at_[hidden])
Date: 2007-03-09 21:13:27
On Friday 09 March 2007 16:34 pm, Timmo Stange wrote:
> Do you have any threaded testing code you could share, btw? I've
> thought about modifying the random signals system, but with the book-
> keeping it would become heavily serialized and thus not very useful.
Unfortunately, no. There is a little benchmark program
boost-sandbox/libs/thread_safe_signals/test/invocation_test.cpp
which can run invocations in multiple threads, but it doesn't really test
anything aside from speed.
-- Frank