Debugging in the dark – when logs go silent

I recently worked on a new UI-less application. The application read some data then sent it to another server over a TCP connection. There could be lots of data and several servers so the application was multithreaded. Every few hours the application would stop responding. Windows reported the service was running so I know it

Read More