rapidleech icon indicating copy to clipboard operation
rapidleech copied to clipboard

Multiple task/concurrent for Auto Transload (AUDL)

Open ahmednitul opened this issue 7 years ago • 1 comments

Hello,

I was wondering if its possible to add "Concurrent Tasks" function in 'options' of audl.php -- and when set, instead of processing one download at a time, it would start multiple amounts of trans-load and show their separate status in multiple frames.

It would be very helpful to the people who are downloading thousands of files and because of a DDoS protection measure installed in hosting providers data center, each individual connections are limited to a specific bandwidth usages that usually changes upon receiving multiple hits and few other factors to determine weather the traffic is genuine or not, but this do cause pain to me because each download takes hours to complete but at the same time if I open multiple tabs and run few separate requests, each of the download takes exactly the same time as an individual one.

So, I and many other sufferers like me would be really grateful, if someone code tweak the code to make multiple downloads at the same time, I'll also forward it to the RapidLeech's developers so they may add the function on upcoming releases.

Thanks, Nitul :)

ahmednitul avatar Feb 06 '18 05:02 ahmednitul

As people who are used to work with PHP, this 'concurrent' download or 'multi threading' in other programming language is impossible to run with the current PHP unless some hack is added at the cost of heavy memory usage because all current 'multi threading' in PHP will pipe to another PHP script. There is pThread but then, it will need to be installed by the end user.

zimorok avatar Nov 11 '18 15:11 zimorok