Stanislav Paskalev
Stanislav Paskalev
I wrote a custom buddy allocator with predictable storage and runtime costs. It improves upon the textbook buddy allocator (e.g. the one TAOCP) in several ways - Uses a optimal-fit...
I am using an event script to reconfigure database proxies on a postgres cluster configured with repmgr. In a cluster of three (10,11,12) when performing a switchover from 10 to...
Running it without the csv options prints helpful diagnostic messages, e.g.. WARNING: following issue(s) were detected: - 1 of 2 downstream nodes not attached: - postgres-X.foo.bar (ID: 102) Running it...
..and will fail when all connection slots are currently busy. The same can be reimplemented using pgpool's pcp control channel via unix domain sockets, trying it now for my setup.
The currently-used mirror only hosts pgpool binaries up to 3.7.5, but there is already 3.7.9 released
ˆ is a non-ascii character that's hard to type with a standard 104 us keyboard - it would be nice if ^ can be used in its place
-- f ~/test w -- fails, while -- f /home/user/test w -- works, and then displays the file as ~/test
The README states that traps are supported - but there is only a command line option with capital case T that is not handled further in any way. Is there...
Errors due to fast http client limited buffer not propagated to web UI, only showing in server logs
``` fortio server ``` then in ui trigger test against http://localhost:8080/echo?size=200000 - eg http://localhost:8080/fortio/?url=http%3A%2F%2Flocalhost%3A8080%2Fecho%3Fsize%3D200000&qps=10&t=3s&load=Start shows ``` Code -1 : 16 (66.7 %) Code 200 : 8 (33.3 %) ``` and...
RFC 7616 defines a new algorithm header field and specifies SHA-256 and SHA-512/256 as valid options. It still supports MD5 for backwards compatibility, but explicitly recommends against it.