[Neo4j] Neo4jPHP too slow

2014-01-27 Thread Sotiris Tsartsaris
Just wondering if you print_r($result) what your time counter will say. -- 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 neo4j+unsubscr...@googlegroups.com. For more opt

Re: [Neo4j] Neo4jPHP too slow

2014-01-27 Thread Josh Adell
It should not be making a new HTTP call each time. You can see if that is the case by putting an "echo" statement in the Transport object's 'makeRequest' method. If you file this as an issue in the neo4jphp github repo, I will take a look at it. -- Josh On Monday, January 27, 2014 11:42:50 AM

Re: [Neo4j] Neo4jPHP too slow

2014-01-27 Thread Nigel Small
You'd have to get confirmation from Josh Adell on the details but I think that *getProperty* will be issuing a new HTTP call each time it is called. As you have this in a loop, that will be a lot of network traffic, causing the slowness you have observed. For this kind of usage, you are best to lo

[Neo4j] Neo4jPHP too slow

2014-01-27 Thread Rajat Singh
Today i have written first basic program for Neo4j from PHP. This was basically done to check out if we could use Neo4j in our new project from PHP by using Neo4jPhp. https://github.com/jadell/neo4jphp here is my code My first PHP page getResultSet(); foreach ($result as $row) { echo $r