I just moved my web/php server from a sparc 20 runn redhat 7.1 to a pentium 1.7gig running redhat 7.2. For the most part the incresed speed is termendously faster, but there are a few pages that I have submit forms (actually make some up date to work order) that takes over a minute to submit. These are also some pretty small programs few hundred lines at most. Once I submit the form and if I hit stop the data is already enterd into the DB but seems to hang on something after the db querys.
I am not sure where to start to find this issue as everything worked fine on the older system. Apache and PHP I think are at the same level as the old but the OS and Mysql are newer releases.
Also one more note I have the exact same install (same os, DB, PHP and apache levels) on an older intel box (dual PIII 450's) and every thing works fine. I cant imagine that this would be a hardware issue.
Anyone have any suggestion on how to trouble shoot this issue?
Thank you