Do you experience the same if you just run a count(*) query with cypher?

Or is it only with the large result sets.

It might be that your system is running into GC-pauses, the default server 
config of M02 has too little heap.

Could you please change that in neo4j-wrapper.conf
To for example 1 GB.
And please enable GC-logging in the same file and have a look if it runs into 
full-gc's.

Michael

Am 10.11.2011 um 01:34 schrieb l.aurea:

> Test 1:
> - Run one big query in Cypher console in the webadmin
> - Run one big query through curl to send a REST request
> 
> When we do this, the REST request will hang until the Cypher execution is
> complete. Is this intended?
> 
> Test 2:
> - Run two big queries through curl (in separate sessions) to send a REST
> request
> 
> One of the two queries will hang waiting for the other to finish. Is this
> intended?
> 
> Slightly unrelated note: is there a way to get the reply of a REST query
> compressed? We got 80 Mb replies which are just big JSON objects which are
> easily compressable (since they are text).
> 
> -- 
> Lorenzo
> 
> --
> View this message in context: 
> http://neo4j-community-discussions.438527.n3.nabble.com/Neo4J-I-am-unable-to-run-multiple-queries-at-the-same-time-tp3495290p3495318.html
> Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user

_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to