Hi,

what is the number you're talking about?

Did you look into the transactional cypher endpoint is pretty fast.

Otherwise you can always build your own remoting on top of Neo4j embedded, e.g. 
with Websockets.

Or use something that is already doing that like http://structr.org (websocket 
communication over graph traversals)

Cheers,

Michael

Am 11.02.2014 um 09:36 schrieb frandro <[email protected]>:

> I've heard that embedded database mode is faster than server mode accessed 
> via REST API, right?
> 
> There can be a case in which a great number of users try to simultaneously 
> get data from DB and
> the database should be separated the main system because of lack of 
> resources, which means neo4j is on another host.
> 
> Then the main system should use REST API to connect to the DB.
> 
> Is this situation usual and appropriate?
> Can REST API endure a massive of simultaneous DB operations from lots of 
> users?
> 
> Please tell me if there's another solution that meets good performance and 
> the requirement that the main system and dedicated server for DB are not same.
> 
> 
> 
> 
> -- 
> 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/groups/opt_out.

-- 
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/groups/opt_out.

Reply via email to