Hi,
How does php handle multiple concurrent fopen fwrite fclose calls?  I have a
website that gets 7 million page views a month and we have created a custom
log file using fopen fwrite and fclose.  When running this concurrently with
the apache log we notice significantly lower page hits with the php logger. 
My guess is that we're losing data when the requests come in concurrently. 
Any advice would be appreciated.
Fred Steinkopf

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

Reply via email to