I have a set of files that are shared between two applications. The first writes to the file, the second reads from it. I am opening and closing the text files each time the applications either read or write to them. These applications will be running 24/7 with a fairly steady stream of data running between them. I attempted several other methods of passing the data prior to choosing this file method, but this was the only one that has worked so far. My question is: Does constantly opening and closing the files create any potential problems?
Thank you.
Thank you.