Re: [orientdb] Graph Pool Connection

2015-01-27 Thread Luca Garulli
Hi Alexander, I've just updated it. Thanks, Lvc@ On 27 January 2015 at 16:57, alexander anguiano wrote: > The doc should be updated. The link actually says to use > OrientGraphFactory, but it says it use to use ODatabaseDocumentPool. That > should be remove, or put at the bottom of the doc.

Re: [orientdb] Graph Pool Connection

2015-01-27 Thread alexander anguiano
The doc should be updated. The link actually says to use OrientGraphFactory, but it says it use to use ODatabaseDocumentPool. That should be remove, or put at the bottom of the doc. Also, it should say that the graph.shutdown will return the connection back to the pool. I'm willing to chang

Re: [orientdb] Graph Pool Connection

2015-01-27 Thread Andrey Lomakin
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 wrote: > What pool is recommende

[orientdb] Graph Pool Connection

2015-01-27 Thread alexander anguiano
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 receiv