Show HN: Rapel – chunked resumable downloads in unstable networks
1–10 of 12 posts
Re: Show HN: Rapel – chunked resumable downloads in unstable networks
#2Re: Show HN: Rapel – chunked resumable downloads in unstable networks
#3GetRight is possibly the piece of software that planted the seed of fascination with computers and software in my head at a young age. It blew my mind that someone had made an app that could fix Internet Explorer dropping downloads mid-way through on my dial-up connection if my Nanna sent a fax to my Mum whilst I was on the PC.
Re: Show HN: Rapel – chunked resumable downloads in unstable networks
#4You also never call UpdateChunkProgress, FYI! The code is a little confusing to read because of that dead variable, at first I thought that chunks are never resumed. ProgressTracker and State/ChunkInfo do similar things, if I were in your shoes I'd make it so that there's clear ownership over where progress is actually tracked.
...I'd probably move State to be saved on the _start_ of the download, have it solely be responsible for tracking the arguments that the download was called with. Rename it to DownloadArguments, delete all the runtime state tracking, as it's already inferred by the downloader on start.
Re: Show HN: Rapel – chunked resumable downloads in unstable networks
#5Is this like a modern GetRight? GetRight is possibly the piece of software that planted the seed of fascination with computers and software in my head at a young age. It blew my mind that someone had made an app that could fix Internet Explorer dropping downloads mid-way through on my dial-up connection if my Nanna sent a fax to my Mum whilst I was on the PC.
I seem to recall that I'm fascinated with NetAnts too, but went with Flashget for some reason.
Re: Show HN: Rapel – chunked resumable downloads in unstable networks
#6Re: Show HN: Rapel – chunked resumable downloads in unstable networks
#7Re: Show HN: Rapel – chunked resumable downloads in unstable networks
#8Re: Show HN: Rapel – chunked resumable downloads in unstable networks
#9Re: Show HN: Rapel – chunked resumable downloads in unstable networks
#10How is this any different than existing solutions like aria2? I'd also like to see some benchmarks for the same download using the same chunk size settings with Rapel vs aria2.