Hello developers!
It looks, that not only me is experiencing crashes of zabbix_server process. Can you consider changing behavior of server, so it will respawn automatically if something will crash ?
Of course it is good idea, to have perfect, bug-free code, but in reality is very difficult to reach.
In my apps, I'm doing it in that way, that I have a master process which has only fork and waitpid in main loop. If something will crash, it just restarted.
It looks, that not only me is experiencing crashes of zabbix_server process. Can you consider changing behavior of server, so it will respawn automatically if something will crash ?
Of course it is good idea, to have perfect, bug-free code, but in reality is very difficult to reach.
In my apps, I'm doing it in that way, that I have a master process which has only fork and waitpid in main loop. If something will crash, it just restarted.
Comment