English 中文(简体)
j Query 1.4.2 - Ajax & Increasing IE 8 Process Handles
原标题:jQuery 1.4.2 - Ajax & increasing IE 8 Process Handles

I m 要求每秒提供约5美元以上的数据。

$.ajax({
   type: "POST",
   url: "ServiceEndpointUrl",
   data: "",
   success: function(result) {
      ... Do Work ...
} } } } });

This code leads into an continuous growing number of handles in IE 8 (Windows 7 / verified with Task Manager & Process Explorer).
Firefox & Chrome does not have this problem.

该网页全天播放——这只线 leads到数千个操作器和办公室;有时会撞倒全部浏览器。

我的工作是每小时重载整页,但这不能解决问题。

关于如何将这些阿贾克斯-Handles“包罗”的建议?

th

问题回答

暂无回答




相关问题
ajax login using httpRequest?

I am trying to develop my login script to give feedback to the user if the login is valid or not. Basically if it isn t correct a div box will show saying its wrong, if its correct it will show its ...

Virtual Tour using sketch up, ajax, flash technologies

I want to know if there are existing technology that make your 3d models in sketch into virtual tours, using either Ajax or Flash for web presentation. If there s none, which will be a good approach ...

How can i update div continuously

I have asp.net application where i have a div which showing the value from other site. The value of that site is changing continuously. I want that my div will automatically update in some interval ...

热门标签