Vinod Bhaskar <[EMAIL PROTECTED]> thus wrote: > In my linux server (LOCAL), accessing data through the PHP scripts from > MySQL tables, it is taking more time. Earlier it was very fast. Now a days > some reports it is taking more than five minuits. Earlier it use to come with > in a minuit. What may the problem and what is the settings I have to make in > Appache to spead up the process. >
Check the logs. The access log of Apache shows the time when a request was made. Also you should debug your PHP scripts. A simple method would be to time benchmark some operations, like fetching rows from the database. The PHP script should then output the time taken for each operation. You could also possibly print out some system info like memory usage, CPU usage, output of `ps aux`, etc... "Trial and error" is a synonym for "R&D"! -- arc_of_descent p.s. Also check your DNS resolution scheme. ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
