Hello, Are Problems of colisions with a script writing in a file possible? For exemple for a PHP script reading a file, and rewriting it with modifications, when it is called a lot of times simultaneously, are conflicts possible? (over-writing the modifications) or does each session of this script wait for the previous one to close the file before to handle it?
-- Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php