Bel Member Licensed User Mar 31, 2016 #1 Hi Usually we get data from webservice or site with one connect (httpjob.Download or httpjob.PostString) But when i download data with multi connection,speed is up and speedly data received Who have a idea?
Hi Usually we get data from webservice or site with one connect (httpjob.Download or httpjob.PostString) But when i download data with multi connection,speed is up and speedly data received Who have a idea?
KMatle Expert Licensed User Longtime User Mar 31, 2016 #2 Bel said: multi connection Click to expand... What do you exactly mean with "multiple connections"? Upvote 0
Bel Member Licensed User Mar 31, 2016 #3 Example IDM,split download data to many downloads for speed download In fact i need to speed up download data from site(except server speed) Upvote 0
Example IDM,split download data to many downloads for speed download In fact i need to speed up download data from site(except server speed)
DonManfred Expert Licensed User Longtime User Mar 31, 2016 #4 This is not possible with httputils or even okhttputils okHTTP fetches a download and complete it in one task. You can not split it Upvote 0
This is not possible with httputils or even okhttputils okHTTP fetches a download and complete it in one task. You can not split it
Bel Member Licensed User Apr 2, 2016 #5 DonManfred said: This is not possible with httputils or even okhttputils okHTTP fetches a download and complete it in one task. You can not split it Click to expand... Oh my god,How can i speed up my app for download data (data is kb)? Upvote 0
DonManfred said: This is not possible with httputils or even okhttputils okHTTP fetches a download and complete it in one task. You can not split it Click to expand... Oh my god,How can i speed up my app for download data (data is kb)?
KMatle Expert Licensed User Longtime User Apr 2, 2016 #6 Downloading with httputils is very fast so there should be no problem. What kind of data do you download and which size? Upvote 0
Downloading with httputils is very fast so there should be no problem. What kind of data do you download and which size?
Bel Member Licensed User Apr 2, 2016 #7 KMatle said: Downloading with httputils is very fast so there should be no problem. What kind of data do you download and which size? Click to expand... about 24kb,i know this size is small but in my app,speed is down i think that load panel affect on show panels Upvote 0
KMatle said: Downloading with httputils is very fast so there should be no problem. What kind of data do you download and which size? Click to expand... about 24kb,i know this size is small but in my app,speed is down i think that load panel affect on show panels