-
AJAX request waiting on other concurrent requests
I have a server monitoring system that is fully AJAX. There is one xmlhttprequest object created when the page loads and it is used to check for new server status updates. The currently displayed information is POSTed to the script and it checks to see if there are any new updates. If not, the script will sleep for 20 seconds and try again, if there are new updates it will return the new alerts.
The problem is whenever this AJAX request is still loading any other xmlhttprequests will wait until the other status checking thread returns a value. Any idea why this is happening? For all other requests a new xmlhttprequest object is created so none are reused.
Thanks in advance for the help!
Similar Threads
-
By lazzerous in forum AJAX
Replies: 2
Last Post: 07-23-2008, 01:46 PM
-
By Saurabh321 in forum AJAX
Replies: 1
Last Post: 05-29-2008, 01:30 PM
-
By ivorc in forum ASP.NET
Replies: 0
Last Post: 09-25-2007, 04:06 AM
-
Replies: 0
Last Post: 01-04-2006, 04:44 AM
-
Replies: 0
Last Post: 05-26-2005, 04:10 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks