I'm trying to upload to amazon s3 using FileStream and UrlRequest.
But it seems I can only upload 2 files simultaneously.
Is there a reason for this? How can I work around this?
Also would this affect web service calls to a SOAP web service on the same domain?
Thanks,
Looks like this is linked to the limit on the number of concurrent HTTP connections per server which is two.
More details check this link :
http://www.openajax.org/runtime/wiki/The_Two_HTTP_Connection_Limit_Issue
Ya I think this may also affect simultaneous HTTP based SOAP Web Service requests also.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With