actionscript 3 - Considerable delays between calling URLLoader, and seeing bytes on the wire -


context: as3 application using bosh solution asynchronously send , receive messages server.

i endeavouring find source of delay between calls urlloader.load(), , observing http request on wire wireshark. delay unpredictable , can 30s or more. reliable reproduction has not been possible.

i have been able eliminate:

  1. network congestion: there no tcp retransmission, no part of journey server crosses network internet or otherwise suffer congestion.
  2. exceeding http transaction limit. @ there 2 concurrent http transactions.

has wisdom can share share?


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -