I am fascinated. Maybe that should be enough, but I guess I have
to write a bit more here because we are not on twitter.
I spent a few days to get know Go language, and now I am more
than satisfied. I mean, all the project ideas which are floating
in my head should be written in Go.
First of all, I have rewritten Mambo-collector to go
(https://github.com/banyek/mambo) because I have faced some
serious errors when I used it on CentOS 7 – I blame systemd -: If
the process was running as root then after a few days of data
collecting, killing that process was lead to restart the entire
system, which is not a bug, it is a catastrophe. I tried to debug
it several ways, but I am not sure where the problem is, it could
be at the ‘loghandler’ redirection or any other place in
python-daemon, or it is simply there is a buffer inside which
overflows – I don’t really care, because mambo was just a proof
of concept – what I used in …
[Read more]