cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
lala
Level IX

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 IX

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.

Recommended Articles