Attached is my screen of firefox.
The program call AJAX to a server PHP program to obtain some data from other site.
The data has came back. But the firebug timeline, shown at the bottom of the
attached figure is always waiting.
I have ever tried to discard it, and continue to run another instance...eventually database conplained about
too many connection.
I am not sure where does the problem came from? Did I made any mistake on my program or it is the server's problem?
timeline always incomplete, might waiting database?
Moderator: General Moderators
timeline always incomplete, might waiting database?
Last edited by wvoyance on Sat May 05, 2012 1:39 am, edited 1 time in total.
-
x_mutatis_mutandis_x
- Forum Contributor
- Posts: 160
- Joined: Tue Apr 17, 2012 12:57 pm
Re: timeline always incomplete, might waiting database?
Make sure you close connections to DB after you finish running your queries (especially when you are using AJAX and there is a possiblity of asynchronous requests).