|
Posted by J.O. Aho on 12/30/06 20:45
One wrote:
> Hi guys - I have a problem after a client clicks a Confirm button on a
> form - the form processes the data, inserts into a database, and then
> redirects using header Location.
>
> I have tested this on two different Linux/Apache servers. One works
> perfectly, the other takes about 90 seconds to redirect.
I suggest you use a small function that writes to a log file a small text
message and the time stamp, set this before everything you are going to do,
this way you see where the slowness comes from, can be that the second servers
connection to the database is so bad it takes it a lot longer to send the data
to the database which makes a delay before it come to the line where it does
the redirect.
--
//Aho
Navigation:
[Reply to this message]
|