
20 Sep
2009
20 Sep
'09
3:05 p.m.
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.