read lines about Python script

Hello,

is it possible to read (test_file = file(filename, ‘r’)), to add (test_file = file(filename, ‘a’)) and to write (test_file = file(filename, ‘w’)) into a file from different applications at the same time?

I not, what happens with the file and with the applications?

Regards
Jochen