Using a factory like this: OrientGraphFactory gfactory= new OrientGraphFactory( "remote:localhost/testdb","root","root".setup(1,20);
...I reuse instances from the pool many times using gfactory.getTx(). Should I always call graph.shutdown() when finished with an instance from the pool? If not, what are the costs/benefits of doing so? -- --- 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.
