Hi all, I am maintaining a Singleton class to share the Embedded Database instance across all the classes, so there's one servlet which fetches a specific set of nodes based on some traversal description, and there's one servlet which does a write operation say, adding a node and creating a relationship with some other node. So when a user makes a request to the first servlet( read-request) and immediately makes a request to second servlet( write-request), the second request seems to taking some time which otherwise is quick if the user makes the same request after some time (say 3000ms). So i am guessing, the write request is being halted until the database instance becomes free again. Any leads on how to handle such issues? Thanks!
-- 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.
