I have to develop an application which parses a log file and sends specific data to a server. It has to run on both Linux and Windows.
The problem appears when I wa
I'd make sure you don't keep files open. This leads to weird stuff if your app crashes for example. What I'd do: