17 Feb
2007
17 Feb
'07
9:05 p.m.
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