Hello,I'm a newbie for Neo4j. Recently I visited wiki, got a lot of useful information, but there are some questions blocking me.
1. In neo4j's api,every method is thread-safe. I want to ask if every request for read or write to neo4j be queued,one by one processing. 2. config HA cluster by http://wiki.neo4j.org/content/High_Availability_Cluster,but when startup zookeeper,there is a error:invalid config server.1=localhost:2888:3888 server.2=localhost:2889:3889 server.3=localhost:2890:3890 I delete three rows as above,startup zookeeper successfully. run command:neo4j-shell -host localhost -port 1331,cannot connect. why? is there a more detail wiki about HA cluster? 3. how to use RemoteGraphDatabase,can you give me a example?what protocol it support? _______________________________________________ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user