Hi, When using Neo4j in embedded mode, communication with the database is via in-process Java method calls* since the database resides in your process.
However when Neo4j is used in HA mode (irrespective of whether it is embedded or server), then it will use sockets to maintain consistency of the cluster. Jim * so I guess technically the communication mechanism is stack frames :-) _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

