I Have a multithread application. Those all threads (depending on the connections number) append a text string to a text file, for instance a Log file. How do I syncronize them?
Thx
Xmas.