You can also write a server extension which then communicates with an embedded db.
http://docs.neo4j.org/chunked/milestone/server-unmanaged-extensions.html You can also run HA on multiple ports. On Tue, Jul 29, 2014 at 6:48 PM, Frandro <[email protected]> wrote: > I decided to use embedded mode for better performance rather than rest API. > > But the problem is that a process on another host can't communicate with > neo4j since neo4j is not running on an IP. > What's a recommended method of remote calls between the processes? > > And I have to think of extending it like HA mode when the service is > growing. > HA mode requires multiple nodes, which means each host should have > different IPs. > As I described above that we use embedded mode for better performance, can > embedded mode be applied to HA as well? > Or does it work like server mode? > > Thank you in advance. > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
