$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [BGL] Multithread problem inserting edges and exploring the same graph
From: Cosimo Calabrese (cosimo.calabrese_at_[hidden])
Date: 2009-09-20 11:05:04
> Now, I'll test it...
Now I am testing a sync_graph adaptor that implement all the read-only
graph traversing concept and the EdgeMutableGraph concept, in which all
the function are synchronized by the same mutex. Only one function at
time can takes the graph.
I've a doubt: have I must also to synchronize the access methods to the
graph properties maps ( get() and put() )? They are Also shared...
Thanks in advance,
Cosimo Calabrese.