> furthermore there is another problem: with handler is not possible to use 
> correctly synchronization block like this
>
> ====
> Graph g = CommonsGraph.synchronize(g_);
>     ...
>  synchronized(g) {
>       for ( BaseLabeledVertex v2 : g.getVertices() )
>       {
>           // do somethings
>       }
>  }
> ====

sorry I don't understand what you meant/intend to do

> I really think that a synchronized wrapper it's the best solution.
>
> WDYT?

they sucks because we have to keep them updated while , but if there
are not alternatives...
-Simo

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to