$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Frank Mori Hess (fmhess_at_[hidden])
Date: 2007-02-17 16:05:08
On Saturday 17 February 2007 03:34 pm, Timmo Stange wrote:
> Frank Mori Hess wrote:
> > connect also checks use_count() after locking the slot list mutex. It
> > calls nolock_force_unique_connection_list(), which creates a
> > (expensive, I know) new copy of the slot list if it is already in use.
>
> Hm, I found that function, but I don't see it getting called from
> connect().
I neglected to mention create_new_connection() is in the call chain.
-- Frank