Possible Duplicate:
PHP Simultaneous File Writes
Hello,
If I have a php script and a text file and 2 users append a long text string to the text file at the same time, what will happen? will it still go through? does it get buffered so both get appended on, or do they get dropped?