On Thu, 2007-08-23 at 09:49 +0900, 玉越大輝 wrote: > Please patch the attached file to apr_dbd_mysql.c in order to make it > works with threaded mpm. > > The current code works only with prework mpm.
Just ran 100,000 requests (concurrency level 5, keep-alive) against httpd 2.2.4 with worker MPM, using apr-util 1.3.0 (trunk) and mysql-5.0.37-2.fc7 on Fedora 7, but I can't replicate any segfaults. MySQL was running about 90 threads and was doing both SELECT and UPDATE operations. I did that using my own little concoction called mod_spin. Could you give a bit more details on your setup and code that you're running? -- Bojan
