Posted by Hanoi on 01/07/08 08:36
Hi,
I would like to have a php file that log informations sent by an image
request.
For logging, I use fwrite to write on a file.
If more requests are done on the same time, there could be a lost of
data because the file is open by one process and not available for the
other processes?
Thanks
[Back to original message]
|