Wednesday, 26 April 2017

How to get par of http multiple requests per connection limit?

I have an app which make use of multi-threading in node application. What i have to achieve is uploading hundred of files simultaneously. As i have have a server with 80 cores so 80 files can be uploaded at the same time but HTTP protocol's connection limit is stopping that app and limiting all post requests to 6 at a time.

Is there any way of overcome this limit to achieve desired output?

Below are relative questions which tells about the limit of each browser.

Max parallel http connections in a browser?

http://www.browserscope.org/?category=network



via sarabs3

No comments:

Post a Comment