I am working on a way to do this. The site is for tracking. The hits get
stored in the database. The database must be hit in order to retrieve the
URL that is needed to redirect to. I am contemplating storing this URL in a
file instead of db. Perhaps this will reduce the load. Thanks.

I run several sites on this server, and the majority of the auto-emails I
get about the database being down is for this one site. But I do get an
email for my other site(s) every now and then. So I think that I need to
work on the configuration of the conf files for MySQL and Apache to fix this
problem as much as possible.

Thanks,

--
Nicole
aeontrek.com

"Cristian Lavaque" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Nicole wrote:
> > Hello,
> >
> > I run Apache with PHP and MySQL on a RedHat 7.2 box with 1GB Ram @
> > 2GHZ (p4).
> >
> > I last increased my max connections to 500. That seemed to fix things
> > for a while. Now I am getting the problems (database freezing up
> > because too many connections) again. The site I run is pretty high
> > traffic.
> >
> > I wondered if anyone encountered a solution to handle this sort of
> > problem.
> >
> > TIA!
>
> Wouldn't it be good to cache the dynamic pages to files to take some of
the
> load off the db?
>
> Cristian

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to