Constantine Peresypkin
Constantine Peresypkin
The latter case is exactly the case I have found. Due to pooling different roles share the same connection and it's quite handy, because I can squeeze in a lot...
> btw, I will note that I am a fan of zerovm :) Cool, thanks :) The idea I'm working on right now can be considered a continuation of that...
I have already looked into inspector. Debugging with logs is not bad for now. But will need to implement it anyway later. I have also already done some async execution...
BTW inspector requires websocket server and some js code. Therefore I would use node.js server as a proxy to postgres for that. I'm also using node.js as an http(websocket)->sql proxy...
@nstrelow don't think so. But what feature is needed?
1. Maybe you never call `plan.free()` and memory leak all the memory? Probably needs to be fixed though... 2. I think you need to implement interrupt yourself here. The ^C...
Yup, seen that too myself. Pretty bonkers...
I'm on vacation right now. I think I may have other small changes in my branches somewhere. Will be back on 01/21 and update. On Tue, 19 Jan 2021, 07:32...
Okay. The list of changes/features I have in my local branches: - using v8 = 8.5.210.26 (stable from recent chrome), current stable is 8.8.278.14 - cherry-picked https://chromium.googlesource.com/v8/v8/+/7e8e76e784061277e13112c67c21c3f9438da257 (should be present...
Will try to isolate things into small PRs. I was actually on Maldives... :)