久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

<i id='USiVq'><tr id='USiVq'><dt id='USiVq'><q id='USiVq'><span id='USiVq'><b id='USiVq'><form id='USiVq'><ins id='USiVq'></ins><ul id='USiVq'></ul><sub id='USiVq'></sub></form><legend id='USiVq'></legend><bdo id='USiVq'><pre id='USiVq'><center id='USiVq'></center></pre></bdo></b><th id='USiVq'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='USiVq'><tfoot id='USiVq'></tfoot><dl id='USiVq'><fieldset id='USiVq'></fieldset></dl></div>
    <bdo id='USiVq'></bdo><ul id='USiVq'></ul>

<tfoot id='USiVq'></tfoot>
  • <small id='USiVq'></small><noframes id='USiVq'>

    1. <legend id='USiVq'><style id='USiVq'><dir id='USiVq'><q id='USiVq'></q></dir></style></legend>

        流行的瀏覽器允許多少并發(fā) AJAX (XmlHttpRequest) 請(qǐng)求

        How many concurrent AJAX (XmlHttpRequest) requests are allowed in popular browsers?(流行的瀏覽器允許多少并發(fā) AJAX (XmlHttpRequest) 請(qǐng)求?)
      1. <legend id='Qxbbi'><style id='Qxbbi'><dir id='Qxbbi'><q id='Qxbbi'></q></dir></style></legend>

        • <small id='Qxbbi'></small><noframes id='Qxbbi'>

          <tfoot id='Qxbbi'></tfoot>

              <tbody id='Qxbbi'></tbody>

              <i id='Qxbbi'><tr id='Qxbbi'><dt id='Qxbbi'><q id='Qxbbi'><span id='Qxbbi'><b id='Qxbbi'><form id='Qxbbi'><ins id='Qxbbi'></ins><ul id='Qxbbi'></ul><sub id='Qxbbi'></sub></form><legend id='Qxbbi'></legend><bdo id='Qxbbi'><pre id='Qxbbi'><center id='Qxbbi'></center></pre></bdo></b><th id='Qxbbi'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='Qxbbi'><tfoot id='Qxbbi'></tfoot><dl id='Qxbbi'><fieldset id='Qxbbi'></fieldset></dl></div>
                <bdo id='Qxbbi'></bdo><ul id='Qxbbi'></ul>

                  本文介紹了流行的瀏覽器允許多少并發(fā) AJAX (XmlHttpRequest) 請(qǐng)求?的處理方法,對(duì)大家解決問題具有一定的參考價(jià)值,需要的朋友們下面隨著小編來一起學(xué)習(xí)吧!

                  問題描述

                  在 Firefox 3 中,答案是每個(gè)域 6 個(gè):一旦對(duì)同一域的第 7 個(gè) XmlHttpRequest(在任何選項(xiàng)卡上)被觸發(fā),它就會(huì)排隊(duì)等待其他 6 個(gè)完成.

                  In Firefox 3, the answer is 6 per domain: as soon as a 7th XmlHttpRequest (on any tab) to the same domain is fired, it is queued until one of the other 6 finish.

                  其他主要瀏覽器的編號(hào)是多少?

                  What are the numbers for the other major browsers?

                  另外,是否有辦法繞過這些限制而無需我的用戶修改他們的瀏覽器設(shè)置?例如,jsonp 請(qǐng)求的數(shù)量是否有限制(使用腳本標(biāo)簽注入而不是 XmlHttpRequest 對(duì)象)?

                  Also, are there ways around these limits without having my users modify their browser settings? For example, are there limits to the number of jsonp requests (which use script tag injection rather than an XmlHttpRequest object)?

                  背景:我的用戶可以從網(wǎng)頁向服務(wù)器發(fā)出 XmlHttpRequest,要求服務(wù)器在遠(yuǎn)程主機(jī)上運(yùn)行 ssh 命令.如果遠(yuǎn)程主機(jī)關(guān)閉,ssh 命令需要幾分鐘才能失敗,最終阻止我的用戶執(zhí)行任何進(jìn)一步的命令.

                  Background: My users can make XmlHttpRequests from a web page to the server, asking the server to run ssh commands on remote hosts. If the remote hosts are down, the ssh command takes a few minutes to fail, eventually preventing my users from performing any further commands.

                  推薦答案

                  您可以用來增加并發(fā)連接數(shù)的一個(gè)技巧是托管來自不同子域的圖像.這些將被視為單獨(dú)的請(qǐng)求,每個(gè)域都將被限制為并發(fā)最大值.

                  One trick you can use to increase the number of concurrent connections is to host your images from a different sub domain. These will be treated as separate requests, each domain is what will be limited to the concurrent maximum.

                  IE6、IE7 - 有兩個(gè)限制.如果您有寬帶,則 IE8 為 6 - 2(如果是撥號(hào)上網(wǎng)).

                  IE6, IE7 - have a limit of two. IE8 is 6 if you have a broadband - 2 (if it's a dial up).

                  這篇關(guān)于流行的瀏覽器允許多少并發(fā) AJAX (XmlHttpRequest) 請(qǐng)求?的文章就介紹到這了,希望我們推薦的答案對(duì)大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

                  【網(wǎng)站聲明】本站部分內(nèi)容來源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問題,如果有圖片或者內(nèi)容侵犯了您的權(quán)益,請(qǐng)聯(lián)系我們刪除處理,感謝您的支持!

                  相關(guān)文檔推薦

                  JavaScript innerHTML is not working for IE?(JavaScript innerHTML 不適用于 IE?)
                  XMLHttpRequest cannot load, No #39;Access-Control-Allow-Origin#39; header is present on the requested resource(XMLHttpRequest 無法加載,請(qǐng)求的資源上不存在“Access-Control-Allow-Origin標(biāo)頭) - IT屋-程序員軟件開發(fā)技術(shù)分
                  Is it possible for XHR HEAD requests to not follow redirects (301 302)(XHR HEAD 請(qǐng)求是否有可能不遵循重定向 (301 302))
                  NETWORK_ERROR: XMLHttpRequest Exception 101(NETWORK_ERROR:XMLHttpRequest 異常 101)
                  XMLHttpRequest 206 Partial Content(XMLHttpRequest 206 部分內(nèi)容)
                  Restrictions of XMLHttpRequest#39;s getResponseHeader()?(XMLHttpRequest 的 getResponseHeader() 的限制?)
                  <legend id='GhcT8'><style id='GhcT8'><dir id='GhcT8'><q id='GhcT8'></q></dir></style></legend>
                    <bdo id='GhcT8'></bdo><ul id='GhcT8'></ul>
                  • <tfoot id='GhcT8'></tfoot>
                      <tbody id='GhcT8'></tbody>
                        • <small id='GhcT8'></small><noframes id='GhcT8'>

                            <i id='GhcT8'><tr id='GhcT8'><dt id='GhcT8'><q id='GhcT8'><span id='GhcT8'><b id='GhcT8'><form id='GhcT8'><ins id='GhcT8'></ins><ul id='GhcT8'></ul><sub id='GhcT8'></sub></form><legend id='GhcT8'></legend><bdo id='GhcT8'><pre id='GhcT8'><center id='GhcT8'></center></pre></bdo></b><th id='GhcT8'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='GhcT8'><tfoot id='GhcT8'></tfoot><dl id='GhcT8'><fieldset id='GhcT8'></fieldset></dl></div>

                            主站蜘蛛池模板: 一级毛片免费播放 | 国产视频一二三区 | 国产一区在线视频 | www.操| 激情91 | 国产精品一级二级 | 欧美精品二区 | 少妇搡bbbb搡bbb搡澳门 | 999国产视频 | 99久久婷婷国产综合精品草原 | xxxxx国产 | 色婷婷视频在线观看 | 日韩视频网 | 双性呜呜宫交受不住了h | 精品欧美一区二区三区久久久 | 最新国产在线视频 | 肉丝美脚视频一区二区 | 日韩三级一区 | 黄色成人在线视频 | 天天视频黄 | 一级片在线观看视频 | 日韩午夜片 | 日日摸天天添天天添破 | 亚洲成人免费在线观看 | 91国产丝袜在线播放 | 国产一级片网站 | 国产三级在线 | 狠狠操网 | 在线中文字幕av | 伊人av网 | 九九热在线视频 | 国产欧美一区二区精品性色超碰 | 欧美精品一 | 伊人精品在线 | 国产激情视频在线观看 | 91久久久精品 | aaa免费视频| 中文字幕免费av | 国产美女精品 | 免费网站观看www在线观看 | 亚洲视频免费观看 |