Multiple threads is no problem. Just keep the GraphDatabaseService reference 
stored in a central place.

For external services you can use an appropriate remote API (e.g. websocket, 
http).

You can also just use Neo4j server for external services and do your internal 
access via an unmanaged extension that then also exposes a domain level 
protocol to the outside world.



Cheers,

Michael

----
(michael}-[:SUPPORTS]->(you)-[:USE]->(Neo4j)
Learn Online, Offline or Read a Book (in Deutsch)
We're trading T-shirts for cool GraphGist Models




Am 07.03.2014 um 08:30 schrieb Jaroslav Ramba <[email protected]>:

> Hi, 
> 
> I'm working on a project where I will need to access the Neo4j DB from 
> multiple sources -  threads/services. Access will be reading and writing. 
> 
> 1) How do I access the DB the same path from different sources?
> 2) How to behave in these cases GraphDatabaseService?
> 3) Do you have any resources and examples of this problem? 
> 
> Thank you very much
> 
> -- 
> 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.

Reply via email to