Access to .txt [VB.NET] -


i've developed multi-user application. 1 user saves string text file, other users have read string in background process.

my problem is: when users open file read string, user wants save new string can't write file. implement system checks if file opened or not, , in case is, waits few seconds , retries.

what function or command if file opened?

there quite few patterns can deal with. 2 i'd recommend be:


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -