Hello All, I stuck at some problem so this question is in continuation of my try.
Situation is like this : Database used : Neo4j WebServers : Apache , nodejs Apache is used to serve user when he reloads the page Nodejs (a javascript webserver async) continuously fire queries on neo4j to find any latest content for given user ( each query at delay of 10 sec per user) My Neo4j works properly when i work only with Apache But some issue cropped up when i start nodejs server . It works fine for sometime but sometimes suddenly memory goes high from 85MB to 190Mb and more , CPU usage high , So I tried to *debug using jvisualVm and I found that when I start nodejs , number of transaction rollback are almost 2 times of number of transaction commited.* Why is it so ? And Any suggestions please -- 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.
