On Wed, Feb 24, 2010 at 19:34, Thomas Müller <[email protected]> wrote: > I believe it's better to synchronize all methods in the session (on > the session object). This includes methods on nodes and properties and > so on. If this does turn out to be a performance problem, we can > remove synchronization where required (and where it can safely be > removed) or change the implementation (use immutable objects or safe > data structures).
+1 Regards, Alex -- Alexander Klimetschek [email protected]
