Please don't start multiple threads. Traversals don't have to be exhausted (i.e. iterated over all results) Cypher Results should and can be closed though to release resources.
On Tue, Apr 22, 2014 at 8:29 PM, Amit Aggarwal <[email protected]>wrote: > Hello, > > I wrote a plugin which is used by webserver to query neo4j . Function that > get executed has lots of traversal as well as cypher execution. > When webserver starts working , heap memory keeps on increasing and > increasing. So while reading on net I came through these lines for server > plugin : > > Note that the results of traversals or execution of graph algorithms > should be exhausted inside the transaction before returning the result. > > What does it mean ?? > > > Thanks > Amit Aggarwal > > -- > 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. > -- 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.
