Skip to main content
Participant
March 7, 2012
Question

Problem with multiple requests to different servers using HTTPService

  • March 7, 2012
  • 1 reply
  • 422 views

Hi

I'm aware that we are limited to two concurrent connections to a single host, so I'm looking into using either subdomains pointing to the same server, or separate physical servers to process multiple requests side-by-side.

However, whichever way I try to send three requests, looking at the Network Monitor the 3rd request always waits until one of the first two has finished. In the screenshot below, all three requests were sent at the same time to three separate physical servers, yet the top request didn't start until the bottom request finished, at 15:33:28

Any ideas how to get round this? I'm using SSL, but I've also tested it on HTTP with the same results

Many thanks

James

This topic has been closed for replies.

1 reply

JamesEcoAuthor
Participant
March 9, 2012

No one from Adobe can help with this?

chris.campbell
Legend
March 12, 2012

Sorry for the delay, heard this back from one of the AIR network engineers:

"I’ve never seen this…note that HTTPService & NetworkMonitor  are Flex APIs not a runtime APIs."

Given this, you might want to post this over on the Flex forum or add a bug to Jira.

Thanks,

Chris

JamesEcoAuthor
Participant
March 12, 2012

OK, will do

Thanks for the reply

James