in reply to Re^2: Logging and performance
in thread Logging and performance
I moved the logging into a seperate thread.
It was way too slow using the logfile write - I had only about 600.000 lines of constant back log.
Now I have moved to a standard file and the performance is ok.