in reply to mod_perl advice required

excellent it works, on more question, a PHP/MySQL application just bombed out because there wasn't enough connections, could this be down to something in this code?

Replies are listed 'Best First'.
Re: Re: mod_perl advice required
by perrin (Chancellor) on Feb 25, 2003 at 17:54 UTC
    Do you mean it ran out of MySQL connections? Your code as it stands should not be using more connections than it was when running as a CGI. Are you using Apache::DBI?
Re: Re: mod_perl advice required
by Anonymous Monk on Feb 25, 2003 at 23:56 UTC