First, great job! I am embedding the graph DB inside an eclipse plug-in and the startup and shutdown are really fast. It is hard to notice that in addition to the plugin a DB is being used.
Even when I do something wrong it fails quickly and gracefully. I have a question: As a rule of thumb I issue a begin/commit or rollback (commit if a write occurs rollback if it is only reading) every time I access the graph. Two threads access the graph: the ui thread and the backgrounder. Even though when the exception occurs the ui thread is idle. The message is kind of puzzling. What I am missing? Thanks a lot!! -- --- You received this message because you are subscribed to the Google Groups "OrientDB" 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.
