Ghlen Nagels

Results 41 comments of Ghlen Nagels

I had a personal use case where opening and closing of the sockets took over 40 percent of the time of each request.

You can enable a socket to stay alive regardless of a php section: https://www.php.net/manual/en/function.pfsockopen.php

I pushed the work now. It is not even working and I don't have time to write up my analysis but you can check it out if you want: https://github.com/neo4j-php/Bolt/pull/115

The key finding for me was that there is not a lot of control given to us by PHP to control the behavior of these sockets. Sometimes they might stay...

All tests are green. We can release version 2 now. Next steps will be the schema and improved relationship queries

Dear me, this PR took longer than year to complete :rofl:

Hello @AhmedElmaghraby207, any updates on this with version 2.8.0? I closed the issue for now but feel free to reopen it

Hello @KorvinSzanto, Thank you for bringing this to my attention. Bolt 4 should indeed still work with the bolt library, or you can use this driver version 2.8. I'll run...

Thank you for the update! I'll be running some test and merge it later today. Good job!