Quote:
Originally Posted by gornyhuy
Can you get a server guy to check your mysql load and number of connections? You might be locking up your tables or maxing out your connections and then subsequent connections have to wait for previous connections to time out before they can get in there.
|
--I think that might be the problem(please forgive me if this is a total newb question)...but every php file connects to the database using mysql_pconnect...I read that you can only have a certain amount of connections at 1 time...does this mean that I am opening a new connection everytime the enduser goes to a different section?(every section sends info to 2 different php files that look up different things in different tables)