Bud Smith
2008-02-27 14:05:45 UTC
My problem is that I want to log details of each request and get these details into a MySQL database. It seems as if the logging directly to MySQL is causing it to overload.
I can not use the Apache Log files instead as some of the data I wish to log is only available when PHP is running.
Does anyone have any ideas on how I can write the logging script so that it does not need to connect to the database for every request?