We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Via xp-forge/neo4j#3
# With Sockets $ xp test.script.php xp-forge/neo4j http://discovery:[email protected]:7474 [xp-forge/neo4j, http * 100] returns << [:var] 0.601 seconds, 1770.47 kB # With CURL $ xp test.script.php xp-forge/neo4j http://discovery:[email protected]:7474 [xp-forge/neo4j, http * 100] returns << [:var] 0.326 seconds, 1754.30 kB
Clearly, either the CURL transport should be preferred or the socket implementation's performance should be improved upon!
The text was updated successfully, but these errors were encountered:
The code reads CURL is the slower one, so favor SSLSockets - hrm, seems no longer to be true 😄
CURL is the slower one, so favor SSLSockets
Sorry, something went wrong.
Using Connection: keep-alive, I can get that figure down to 0.185 seconds, 1776.46 kB 👍
Connection: keep-alive
0.185 seconds, 1776.46 kB
No branches or pull requests
Via xp-forge/neo4j#3
Clearly, either the CURL transport should be preferred or the socket implementation's performance should be improved upon!
The text was updated successfully, but these errors were encountered: