Best Practices to Create and Download a huge ZIP (from several BLOBs) in a WebApp

后端 未结 3 1265
孤城傲影
孤城傲影 2020-11-27 05:10

I will need to perform a massive download of files from my Web Application.

It is obviously expected to be a long-running action (it\'ll be used once-per-year[-p

3条回答
  •  南方客
    南方客 (楼主)
    2020-11-27 05:57

    May be you want to try multiple downloads concurrently. I found a discussion related to this here - Java multithreaded file downloading performance

    Hope this helps.

提交回复
热议问题