Raised exception in the case of concurrent file access with StreamReader
问题 I found a post talking about handling concurrent file access with StreamWriter. The problem is that the answers do not manage the scenario where the file is being accessed but multiple processes. Let's tell it shortly : I have multiple applications I need a centralised logging system in dataBase If database fail, I need a fallback on a file system log There is a known concurrency scenario, where multiple applications (processes) will try to write in that file. This can be managed by re