MySQL user's Conference

Bradley Baetz bbaetz at acm.org
Sun Apr 20 02:33:35 UTC 2003


On Sat, Apr 19, 2003 at 09:04:53PM -0400, Jake wrote:
> The name of that module seems to imply a reliance on Apache which we've 
> been avoiding to date. Is that a misleading name or would having |use 
> Apache::DBI| in the code cause those who don't use Apache some heartache?

Apache::DBI isn't actually used from our code, but rather from the httpd
perl conf stuff.

Peristent connections require perssistent server processes, which
implies mod_perl on Apache, or PerlEx on iis. I've never used PerlEx
(and don't have window machines to test on), so after mod_perl goes in,
anyone who wants PerlEx support wil have to hack it in themselves. The
persistent server APIs are all different...

Bradley



More information about the developers mailing list