Hi, I have this problem ever since my project started, and I have tried and tested hundreds of times but without success > < Here is the problem:
I found if I click buttons on my page fast, which means one click after another in a short time, the little circle icon on IE's tab will be circling there forever, and even when it finally stops after a long time sometimes, part of the resource will never be served by apache2. The resource can be a css file, or most of the time some button image. And worse of all, in some bad case, it won't work even by pressing F5 key.
I check the apache error log, and there is no obvious error information. I know there could be so MANY reasons that cause this problem, but I am open to ANY suggestion and willing to give it a try to fix the problem.
I use Adobe's Spry framework and prototype 1.6 on the client side, and my pages refresh periodically to get new information from server.
Thanks for any advice.