My first suggestion is to shut down the server then start it back up to see
if the problem goes away. If it did, then some piece of software you are
running has a memory leak or is consuming memory without releasing it back
to the OS and it is choking your throughput (I get this from time to time).
If that does not work, then start from the ground up and test to see where
the problem is. Create a static HTML page, no PHP, and see how fast it loads
 Then add some standard PHP calls, no database, and see how fast that loads.
Last, start adding database calls and see if it is the database in general
or some specific SQL call you are making that is slowing it down. Always
remember when troubleshooting, take small steps, otherwise you may not know
what you did to fix or create a problem. Once you know what is causing the
problem, then you can try to fix it, but you must first locate the cause of
the problem.
 
Jim

 
-------Original Message-------
 
From: Omar Campos
Date: Thursday, October 10, 2002 02:49:48 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] slow form / server problem
 
Hi. I run php in win2k server, IIS and MS SQL Server 2k.
I've created some data bases and tables. On the beginning, sending a php
form (through the intranet) was quick. Now, it spends 32 seconds (sometimes
less) to send a form.
I've tried on a empty data base but it's still slow. I donīt have a clue
about what could it be?
Maybe the HDD of the server, maybe the SQL Server....
Could you help me.

Thank you so much.



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

. 


Reply via email to