in reply to DBD::mysql connections

What about Apache::DBI and its persistent connections? Have you tried it?

Replies are listed 'Best First'.
Re^2: DBD::mysql connections
by edan (Curate) on Jun 17, 2004 at 15:05 UTC

    Where did the OP say that the script in question is a CGI script? There are other scripts in the world, you know.

    --
    edan

      Exactly, it is in fact, NOT a CGI script.

      Cheers
      Sam

      So what does Apache::DBI have to do with CGI? Sure Apache::DBI is specific to mod_perl, but the strategy applies to the OPs question.