What is the best memory buffer size to allocate to download a file from Internet?

后端 未结 5 1249
难免孤独
难免孤独 2021-01-01 23:50

What is the best memory buffer size to allocate to download a file from Internet? Some of the samples said that it should be 1K. Well, I need to know in general why is it? A

5条回答
  •  时光取名叫无心
    2021-01-02 00:14

    I have problem with remote machine closing connection when used 64K buffer when downloading from iis.

    I solved the problem raising the buffer to 2M

提交回复
热议问题