Re: Slow access Apache + PHP + MySQL

2005-03-28 Thread Santino
What is your MySql configuration file? What query is slow? Have you tested your query with mysql tool from a command line? What is your schema? What is the result of "describe select ..." I suggest you to look at dns because, if i'm not wrong, MySql tries to resolve ips and this can slow down conn

Re: Slow access Apache + PHP + MySQL

2005-03-27 Thread Santino
It could be a DNS problem, but you must give us more details. Santino At 10:47 -0500 26-03-2005, Andre Matos wrote: Hi List, I have 4 web based systems developed using PHP4 and MySQL accessed for 10 users. The Web Server and Database Server were running ok on a Mac OS X 10.3 G4 dual. However, since

RE: Slow access Apache + PHP + MySQL

2005-03-26 Thread gunmuse
Your request is just to broad to answer. There are lots of places to look but I doubt php is causing your slowdowns. Poorly written php code will cause slowdowns not the server compiled php though. Lots of server monitoring script monitoring and logging you can start to trace down problems like