The procedure I am using is for a text logger to record all activities, errors and event history.
The log file handler is rarely close itself and reopen again until the file reaches certain size, say 10MB, it will close itself and create a new log file.
At this moment, I can only doing a stupid thing - every 10 log writes, it will close itself and re-open itself so that the data can be flushed to disk.
I am using version 3.94. I guess this is the latest version for Linux.
Cannot rely on PB4-Linux as they are all still buggies.
