timeline always incomplete, might waiting database?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
wvoyance
Forum Contributor
Posts: 135
Joined: Tue Apr 17, 2012 8:24 pm

timeline always incomplete, might waiting database?

Post by wvoyance »

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?
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?

Post by x_mutatis_mutandis_x »

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).
Post Reply