Timothy Partee wrote:
> 
> 
>     Quick question for the list. I've been scouring Google looking for 
> information on Connection Pooling to MySQL 5.0 in mod_perl2 on Apache2 
> using mod_dbd or similar, and while I can find docs for configuring 
> mod_dbd in Apache2, and am quite familiar with mod_perl development, I'm 
> unable to find specific examples online for how to code mod_perl to access 
> mod_dbd connection pools via APR... Am I completely on the wrong track? Is 
> there another more simple way to implement MySQL DBI connection pooling in 
> mod_perl?
> 
> 

I've found that using ODBC's connection pooling helps a lot, and is easy to
implement (simply switch to DBD::ODBC, and enable connection pooling in your
odbcinst.ini file (Pooling = Yes)


-- 
View this message in context: 
http://www.nabble.com/mod_perl2-with-mod_dbd-and-Apache2-tp19177352p21914216.html
Sent from the mod_perl - General mailing list archive at Nabble.com.

Reply via email to