>Are Problems of colisions with a script writing in a file possible?

Absolutely.


>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?

Only if you use file-locking to eliminate conflicts, see:
        http:/php.net/manual/en/function.flock.php

---------------------------------------------------------------------
michal migurski- contact info and pgp key:
sf/ca            http://mike.teczno.com/contact.html

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to