multi socket for same file - WeOnlyDo Discussion board

multi socket for same file (wodHttpDLX)

by Klinzter, Thursday, August 08, 2013, 03:09 (3914 days ago)

Hello,
I would like to know if its possible to use multi-sockets for downloading the same file and act as a download accelerator..
for some reason while testing a 500MB download file I get speeds of 120KB.. when using (Internet download accelerator) with 8 sockets I get download speeds of 1600KB that's pretty impressive.. I am wondering if its possible to do that with wodHttp.. I tried using 2 multi-sockets but it downloads the same file twice

Re: multi socket for same file

by woddrazen, Thursday, August 08, 2013, 10:39 (3914 days ago) @ Klinzter

Klinzter,


Unfortunately you cannot use multiple sockets for same file.

You can download parts of same file simultaneously using multiple requests. However this is no easy to implement and you cannot do that automatically.


Drazen

Re: multi socket for same file

by Traveller, Friday, August 30, 2013, 21:37 (3891 days ago) @ woddrazen


Yes I guess you can do that if and only if you Split your 500MB File
into 5 or 7 smaller Parts, then Sending each part by a Socket all at the Same Time and each Part should have different name FL1 , FL2, FL3
,FL4 , etc. . Then Put all parts in One Folder after receive and you will find that you did it.

I hope that this will serve you .... just try it.

Regards.