Re: [Neo4j] Concurrent access to Index

2011-07-27 Thread Rick Bullotta
j.org Subject: [Neo4j] Concurrent access to Index  Hello,     I'm testing neo4j (1.4) with a massive and continuous process: I have an instance of EmbeddedGraphDatabase where each node must be unique (a node identify a userid). My current problem is that when I try to open another instance

[Neo4j] Concurrent access to Index

2011-07-27 Thread paolo.forte
 Hello,     I'm testing neo4j (1.4) with a massive and continuous process: I have an instance of EmbeddedGraphDatabase where each node must be unique (a node identify a userid). My current problem is that when I try to open another instance of graphdb with EmbeddedReadOnlyGraphDatabase in order