When I am sitting on the computer where apache and php are installed (localhost) and I post a form to a php script there is a long delay before it returns the output from the php script.
This does not happen if I access the exact same files from a browser on any other computer other than the physical machine where the web server is.
I also found that there is no delay if I use the method "Get" instead of "Post" whether I'm on the localhost or not. Has anyone else noticed this strange behavior? Any ideas why it happens?
BTW, I'm on a windows 2000 machine with Apache 1.3.19, php 4.0.4pl1. I haven't had a chance to see if it happens on my linux box yet.