Hi: I want to create Java applications that will connect to a neo4j server. Some of these apps will be doing a lot of updates to the graph, and others will do lots of read/query/traversals, and some will do a mix of both. Highest performance that I can achieve are important to me. From reading docs and seeing examples under
neo4j-community-1.4.1/examples/java/server all I can find are examples that use HTTP based communications to the server. Is this this the only way to interact w/ a neo4j server? It seems there must be some "wirelevel" protocols that would much more efficient that HTTP stuff. Are there examples of how one can create such programs? Thanks. Gautam _______________________________________________ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user