cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Register for our Discovery Summit 2024 conference, Oct. 21-24, where you’ll learn, connect, and be inspired.
Choose Language Hide Translation Bar
lala
Level VIII

Download speed comparison results :python asyncio async download VS JMP MultiHTTPRequest concurrent download

I actually compare the different ways to GET and POST.

 

python's asyncio asynchronous download is much faster.

 

  • But the JSL code is very concise.

2 REPLIES 2
jthi
Super User

Re: Download speed comparison results :python asyncio async download VS JMP MultiHTTPRequest concurrent download

Most likely there can be differences and it might be possible that JMP's multiple file import could be optimized as it is fairly new

  1. Which Python and JSL script/code did you use to test?
  2. Did you test on small files? Large files? Mixed file sizes?
  3. Did you test on different file amounts? 1 file? 2 file? 200 files? 10000 files?
  4. How big are the differences?
-Jarmo
lala
Level VIII

Re: Download speed comparison results :python asyncio async download VS JMP MultiHTTPRequest concurrent download

  • The main thing is to download 5000 small JSON data in about 10 seconds.