HI, No, not this one., Please do following: graphFactory = new OrientGrpahFactory(); graphFactory.setupPool(0, 64); graph = graphFactory.getTx();
And yes, connection back to the pool when shutdown is called. On Tue, Jan 27, 2015 at 3:50 PM, alexander anguiano <[email protected]> wrote: > What pool is recommended for graph database for 2.0? > > Is this one? > http://www.orientechnologies.com/docs/last/orientdb.wiki/Graph-Factory.html > > Also, how is the connection returned to the pool. > > is it when the shutdown is called? > > I'm trying to trackdown a database pool leak. > > -- > > --- > 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. > -- Best regards, Andrey Lomakin. -- --- 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.
