> Hi,
> am running Apache 1.3.14 on RedHat 6.2. I've also installed the most
> recent Mod_Perl and I'm wokring on MySQL 3.23.29a.
> For some reason, I can't create one stable connection between the Perl
> session and the MySQL. I read it is possible, and tried following
> instructions, but alas, nothing seems to work.
> Can anybody explain the steps of creating such a connection, to avoid
> great quantity of running MySQL processes?

Why would you want to do that?  As long as the MySQL threads are idle,
they eat some memory, but no CPU time.  If they have something to do,
it's a good thing having them already in memory, since connects are
expensive.

I'd say most people prefer it this way: keeping connections persistent
by means of mod_perl and Apache::DBI.

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to