Re: writing to database in Apache module

2008-10-02 Thread Jérôme Renard
Andrej van der Zee a écrit : Hi, Hello I wrote my first Apache module that gathers performance data of each request. Currently, I write the information to a log file in the log_transaction hook function. I would like to write this to a MySQL database instead. What is the recommended way to do

writing to database in Apache module

2008-10-02 Thread Andrej van der Zee
Hi, I wrote my first Apache module that gathers performance data of each request. Currently, I write the information to a log file in the log_transaction hook function. I would like to write this to a MySQL database instead. What is the recommended way to do this? Cheers, Andrej -- Andrej van