Hi, I am creating an application with the following architecture. I have one thread that runs a crawler, collecting data from the web and creating a Neo4j database. A second thread that analyses the aforementioned Neo4j database. A need an instance of the same database in each thread. As far as I know the embeded version of Neo4j doesn't allow multiple instances of the same database. Is there another solution?
My code is in java so I need a java api. Thanks in advance. Sotiris -- 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.
