I have a server program I made on my linux server that runs for 8 hours and then crashes overnight. I need it to run constantly.
How do I find out what is causing the crash?
It's keeping an ODBC MySQL connection open and checks for UDP packets on port 19023 using recvfrom.