B
Basti
Hello,
currently i'm writing a programm for a multi-user system. My problem
is, that i don't know what happens if two or more users use the file
for writing at the same time. Is the file locked if a user does a
write access or do I have to lock the file manually. I'm using fopen
to open a file and fputs to write to te file. Thanks for the
suggestions.
Greets
currently i'm writing a programm for a multi-user system. My problem
is, that i don't know what happens if two or more users use the file
for writing at the same time. Is the file locked if a user does a
write access or do I have to lock the file manually. I'm using fopen
to open a file and fputs to write to te file. Thanks for the
suggestions.
Greets